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

In This Topic
    CustomName Method
    In This Topic
    Gets a custom alias to be displayed for the attribute. Override this to supply a custom alias.
    Syntax
    public virtual string CustomName( 
       Attribute attr
    )
    Public Overridable Function CustomName( _
       ByVal attr As Attribute _
    ) As String

    Parameters

    attr
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also