ArcGIS Pro 3.7 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 Property DisplayNamePlural As String
    public string DisplayNamePlural {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also