This wraps the ObjectARX AcDbEntity::popHighlight() method.
The current highlight effect of 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 has no highlight effect.
Public Function PopHighlight( subId As FullSubentityPath ) As void
public void PopHighlight( FullSubentityPath subId );
Parameters |
Description |
FullSubentityPath subId |
Input AcDbFullSubentPath that identifies the subentity to unhighlight |
pushHighlight
Comments? |