ArcObjects Library Reference (Display)  

IDisplayTransformationScales Interface

Provides access to members that control Display Transformation scales.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddUserScale Add a new user scale.
Method CalculateScale Calculate the scale of the specified extent.
Method GetUserScale Get the user scales.
Method LoadDefaultUserScales Initialize user scales to defaults.
Method NextScale Find the nearest standard scale with a value that is higher than the specified scale.
Method PreviousScale Find the nearest standard scale with a value that is lower than the specified scale.
Method RemoveAllUserScales Remove all the user scales.
Method RemoveUserScale Remove a user scale.
Method SaveDefaultUserScales Set the current set of user scales to be the defaults.
Read/write property ScaleSnapping Indicates if transform snaps the fitted bounds to a standard scale.
Method SnapScale Snap the specified scale to a standard scale.
Read-only property UserScaleCount Get the number of user scales.
Method 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.