Autodesk.AutoCAD.DatabaseServices Namespace > Entity Class > Entity Methods > PopHighlight Method
Entity.PopHighlight Method   
Description

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.

Visual Basic
Public Function PopHighlight(
    subId As FullSubentityPath
) As void
C#
public void PopHighlight(
    FullSubentityPath subId
);
Parameters
Parameters 
Description 
FullSubentityPath subId 
Input AcDbFullSubentPath that identifies the subentity to unhighlight 
Links
See Also

pushHighlight

   Comments?