API Reference > OdDb Classes > OdDbHighlightOverrule Class > OdDbHighlightOverrule Methods > OdDbHighlightOverrule::highlight Method
OdDbHighlightOverrule::highlight Method
Syntax
C++
virtual void highlight(const OdDbEntity* pSubject, bool bDoIt = true, const OdDbFullSubentPath* pSubId = 0, bool highlightAll = false);
Parameters 
Description 
const OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
bool bDoIt = true 
[in] Indicates whether to highlight.  
const OdDbFullSubentPath* pSubId = 0 
[in] A full subentity path that identifies the subentity to be highlighted.  
bool highlightAll = false 
[in] Indicates whether to highlight in all viewports. 

Overrules OdDbEntity::subHighlight() method and calls it in the default implementation. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.