ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMScaleFormat Class
Properties Methods Events


In This Topic
    CIMScaleFormat Class Members
    In This Topic

    The following tables list the members exposed by CIMScaleFormat.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether to abbreviate the units in the scale string.  
    Public Property Gets or sets a value indicating whether to capitalize the units in the scale string.  
    Public Property Gets or sets the number decimal places.  
    Public Property Gets or sets the number the scale has to be less than or equal to display decimal places.  
    Public Property Gets or sets the text used for 'equals', e.g, '=' in 1 inch=5 miles.  
    Public Property Gets or sets the format used to display scale, i.e., 1:20000 or 1 inch equals 5 miles.  
    Public Property Gets or sets the map units used to display a scale, e.g, the 'miles' in 1 inch=5 miles.  
    Public Property Gets or sets the page units used to display a scale,e.g, the 'inch' in 1 inch=5 miles.  
    Public Property Gets or sets the number preceding the page units in a scale, i.e., the '1' in 1 inch=5 miles.  
    Public Property Gets or sets a value indicating whether to reverse the standard order. e.g. [1:1000] becomes [1000:1] and [1 in=10 mi] becomes [10 mi=1 in].  
    Public Property Gets or sets the character(s) used to separate '1' from the scale in an absolute scale, e.g ':' in 1:20000.  
    Public Property Gets or sets a value indicating whether to show the thousands separator, e.g., 1:20,000.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMScaleFormat.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMScaleFormat with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMScaleFormat and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also