Provides access to members that control Display Transformation scales.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
AddUserScale | Add a new user scale. |
![]() |
CalculateScale | Calculate the scale of the specified extent. |
![]() |
GetUserScale | Get the user scales. |
![]() |
LoadDefaultUserScales | Initialize user scales to defaults. |
![]() |
NextScale | Find the nearest standard scale with a value that is higher than the specified scale. |
![]() |
PreviousScale | Find the nearest standard scale with a value that is lower than the specified scale. |
![]() |
RemoveAllUserScales | Remove all the user scales. |
![]() |
RemoveUserScale | Remove a user scale. |
![]() |
SaveDefaultUserScales | Set the current set of user scales to be the defaults. |
![]() |
ScaleSnapping | Indicates if transform snaps the fitted bounds to a standard scale. |
![]() |
SnapScale | Snap the specified scale to a standard scale. |
![]() |
UserScaleCount | Get the number of user scales. |
![]() |
ZoomTo | Zoom to the specified scale. Center on extent. |
CoClasses that implement IDisplayTransformationScales
CoClasses and Classes | Description |
---|---|
DisplayTransformation | Display transformation class for converting from world to device units. |