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


In This Topic
    DisplayUnitFormats Class Members
    In This Topic

    The following tables list the members exposed by DisplayUnitFormats.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the singleton instance for DisplayUnitFormats  
    Top
    Public Methods
     NameDescription
    Public MethodGets the default unit format in the current project for the given UnitFormatType. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the complete list of available unit formats in the current project for the given UnitFormatType. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGet the current list of unit formats in the current project for the given UnitFormatType. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Set the given project default unit format in the current project. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets the list of project unit formats for the current project for the given UnitFormatType. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also