ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / InspectorProvider Class / AttributesOrder Method

In This Topic
    AttributesOrder Method
    In This Topic
    Gets the set of ordered attributes. Override this to display attributes in a custom order.
    Syntax
    public virtual IEnumerable<Attribute> AttributesOrder( 
       IEnumerable<Attribute> attrs
    )
    Public Overridable Function AttributesOrder( _
       ByVal attrs As IEnumerable(Of Attribute) _
    ) As IEnumerable(Of Attribute)

    Parameters

    attrs
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also