API Reference > Classes > Database Classes > OdBmElement Class > OdBmElement Methods > OdBmElement::highlight Method
OdBmElement::highlight Method
Syntax
C++
void highlight(const bool bDoIt = true, const OdBmFullSubentPath* pSubId = 0, const bool highlightAll = false) const;
Parameters 
Description 
const OdBmFullSubentPath* pSubId = 0 
[in] A path to subitems that should be highlighted.  
const bool highlightAll = false 
[in] Currently unused parameter. 
pDoIt 
[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.  

Highlights or unhighlights the specified path. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.