Provides access to members that control the scale text.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface is new at ArcGIS 9.3. It supersedes IScaleText.
Members
Description | ||
---|---|---|
DelayEvents | Used to batch operations together to minimize notifications. | |
Draw | Draws the map surround into the specified display bounds. | |
FitToBounds | Adjusts the map surround to fit the bounds. The changed argument indicates whether the size of the map surround was changed. | |
Format | Format of the scale text. Style must be set to custom. | |
Icon | Icon used to represent the map surround. | |
Map | The parent map. | |
MapUnitLabel | Map unit label of the scale text. Style must be set to relative. | |
MapUnits | Map units of the scale text. Style must be set to custom. | |
Name | Name of the map surround. | |
NumberFormat | Number formatting. | |
PageUnitLabel | Page unit label of the scale text. Style must be set to relative. | |
PageUnits | Page units of the scale text. Style must be set to custom. | |
QueryBounds | Returns the bounds of the map surround. | |
Refresh | Makes sure the latest updates are refected the next time the Map Surround is drawn. | |
Separator | Character(s) used to separate '1' from the scale in an absolute scale, i.e., the ':' in 1:20000. Also used for 'equals' in relative scale texts. | |
Style | Style of the scale text. | |
Symbol | Symbol of the scale text. | |
Text | The scale text. |
Inherited Interfaces
Interfaces | Description |
---|---|
IMapSurround | Provides access to members that control the map surround. |
CoClasses that implement IScaleText2
CoClasses and Classes | Description |
---|---|
ScaleText | A map surround for displaying a scale text. |