API Reference > OdDb Classes > OdDbLight Class > OdDbLight Methods > OdDbLight::subHighlight Method
OdDbLight::subHighlight Method
Syntax
C++
virtual void subHighlight(bool bDoIt = true, const OdDbFullSubentPath* pSubId = 0, bool highlightAll = false) const;
Parameters 
Description 
bool bDoIt = true 
[in] A flag value that determines whether highlighting is enabled (if true) or disabled (if false). This flag can switch the highlighting on or off.  
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. 

Highlights this object. 

 

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