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

 

This wraps the ObjectARX AcDbEntity::highlightState() method.

Visual Basic
Public Function HighlightState(
    subId As FullSubentityPath
) As HighlightStyle
C#
public HighlightStyle HighlightState(
    FullSubentityPath subId
);
Links
   Comments?