ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / InspectorProvider Class / IsHighlighted Method

In This Topic
    IsHighlighted Method
    In This Topic
    Gets if the attribute is highlighted. Override this to higlight an attribute.
    Syntax
    Public Overridable Function IsHighlighted( _
       ByVal attr As Attribute _
    ) As Nullable(Of Boolean)
    public virtual Nullable<bool> IsHighlighted( 
       Attribute attr
    )

    Parameters

    attr
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also