C++
Acad::ErrorStatus popHighlight( const AcDbFullSubentPath& subId );
Description
The current highlight effect of applied to subId will be removed, and the former pushed highlight effect for subId will be displayed again. If there is no former pushed highlight, then the subId will have no highlight effect.
Parameters
Parameters | Description |
---|---|
subId | Input AcDbFullSubentPath that identifies the subentity to unhighlight |
Returns
Returns Acad::eOk if successful.
Links
See Also
pushHighlight