ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.UnitFormats Namespace / DisplayUnitFormat Class
Properties Methods Events


In This Topic
    DisplayUnitFormat Class Members
    In This Topic

    The following tables list the members exposed by DisplayUnitFormat.

    Public Properties
     NameDescription
    Public Property Gets and sets the abbrevation string of the unit format  
    Public Property Gets the AngleFormat used for unit formatting  
    Public Property Gets and sets the display name of the unit format  
    Public Property Gets and sets the plural form of the display name of the unit format  
    Public Property Gets the measurement unit used by the unit format  
    Public Property Gets the factory code of the unit format  
    Public Property Gets the format being used for unit formatting.  
    Public Property Gets the type of unit formatting  
    Public Property Gets the name of the unit format  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public Method Format the input value using the unit format. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Apply changes to the angle format  
    Public Method Apply changes to the number format  
    Top
    Protected Methods
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also