The following tables list the members exposed by CIMScaleFormat.
Public Constructors
Public Properties
| Name | Description |
| AbbreviateUnits |
Gets or sets a value indicating whether to abbreviate the units in the scale string.
|
| CapitalizeUnits |
Gets or sets a value indicating whether to capitalize the units in the scale string.
|
| DecimalPlaces |
Gets or sets the number decimal places.
|
| DecimalPlacesThreshold |
Gets or sets the number the scale has to be less than or equal to display decimal places.
|
| EqualsSign |
Gets or sets the text used for 'equals', e.g, '=' in 1 inch=5 miles.
|
| FormatType |
Gets or sets the format used to display scale, i.e., 1:20000 or 1 inch equals 5 miles.
|
| MapUnits |
Gets or sets the map units used to display a scale, e.g, the 'miles' in 1 inch=5 miles.
|
| PageUnits |
Gets or sets the page units used to display a scale,e.g, the 'inch' in 1 inch=5 miles.
|
| PageUnitValue |
Gets or sets the number preceding the page units in a scale, i.e., the '1' in 1 inch=5 miles.
|
| ReverseOrder |
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].
|
| Separator |
Gets or sets the character(s) used to separate '1' from the scale in an absolute scale, e.g ':' in 1:20000.
|
| ShowThousandSeparator |
Gets or sets a value indicating whether to show the thousands separator, e.g., 1:20,000.
|
Top
Public Methods
| Name | Description |
| FromJson |
Reconstructs the CIMScaleFormat with a specified state from a JSON encoding.
|
| FromXml |
Reconstructs the CIMScaleFormat with a specified state from an XML encoding.
|
| GetSchema |
Not implemented, reserved for future use.
(Inherited from ArcGIS.Core.CIM.CIMObject) |
| ReadXml |
Reads the element inside the reader.
(Inherited from ArcGIS.Core.CIM.CIMObject) |
| ToJson | Overridden.
Creates a JSON encoding of the CIMScaleFormat and its current state.
|
| ToXml | Overridden.
Creates an XML encoding of the CIMScaleFormat and its current state.
|
| WriteXml |
Writes the element inside the writer.
(Inherited from ArcGIS.Core.CIM.CIMObject) |
Top
Public Events
See Also