ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core.UnitFormats Namespace / DisplayUnitFormat Class / DisplayNamePlural Property

In This Topic
    DisplayNamePlural Property
    In This Topic
    Gets and sets the plural form of the display name of the unit format
    Syntax
    public string DisplayNamePlural {get; set;}
    Public Property DisplayNamePlural As String
    Remarks
    This name is typically localized. DisplayNamePlural is equal to DisplayName for UnitFormatType.Direction. Change DisplayName for UnitFormatType.Direction to change DisplayNamePlural.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also