ArcObjects Library Reference (System) |
|
Provides access to scale formatting options.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
Name |
Description |
![Read/write property](bitmaps/ReadWrite.gif) |
AbbreviateUnits |
Abbreviate the units in the scale string. |
![Method](bitmaps/Method.gif) |
CalcMapUnitValue |
Calculate the number of map units corresponding to the specified page units at the given absolute scale. |
![Read/write property](bitmaps/ReadWrite.gif) |
CapitolizeUnits |
Capitolize the units in the scale string. |
![Read/write property](bitmaps/ReadWrite.gif) |
CustomFormat |
A string defining the scale format. Embed XML tokens where scale values should go, i.e., <SCA a=''Attribute''>. Possible attributes: Scale, Separator, PageUnitValue, PageUnits, EqualsText, MapUnits. |
![Read/write property](bitmaps/ReadWrite.gif) |
Equals |
The text used for 'equals', i.e., '=' in 1 inch=5 miles. |
![Read/write property](bitmaps/ReadWrite.gif) |
Format |
Format used to display scale, i.e., 1:20000 or 1 inch equals 5 miles. |
![Method](bitmaps/Method.gif) |
LoadFromRegistry |
Obtain the scale format to the system default. |
![Read/write property](bitmaps/ReadWrite.gif) |
MapUnits |
The map units used to display a scale, i.e., the 'miles' in 1 inch=5 miles. |
![Read/write property](bitmaps/ReadWrite.gif) |
NumberFormat |
Format used to display scale value, i.e., 20,000. |
![Read/write property](bitmaps/ReadWrite.gif) |
PageUnits |
The page units used to display a scale, i.e., the 'inch' in 1 inch=5 miles. |
![Read/write property](bitmaps/ReadWrite.gif) |
PageUnitValue |
The number preceding the page units in a scale, i.e., the '1' in 1 inch=5 miles. |
![Read/write property](bitmaps/ReadWrite.gif) |
ReverseOrder |
Reverse the standard order [1:1000] becomes [1000:1] and [1 in=10 mi] becomes [10 mi=1 in]. |
![Method](bitmaps/Method.gif) |
SaveToRegistry |
Store the scale format as the system default. |
![Method](bitmaps/Method.gif) |
ScaleToString |
Convert the absolute scale to a string using the current IScaleFormat attributes. |
![Read/write property](bitmaps/ReadWrite.gif) |
Separator |
Character(s) used to separate '1' from the scale in an absolute scale, i.e., the ':' in 1:20000. |
![Method](bitmaps/Method.gif) |
StringToScale |
Convert the string to an absolute scale using the current IScaleFormat attributes. |
CoClasses that implement IScaleFormat
CoClasses and Classes |
Description |
ScaleFormat |
A utility object for formatting scale. |