ArcGIS Pro 3.7 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 Overridable Function CustomName( _
       ByVal attr As Attribute _
    ) As String
    public virtual string CustomName( 
       Attribute attr
    )

    Parameters

    attr
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also