This document is archived and information here might be outdated.  Recommended version.


IDisplayTransformationScales Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayTransformationScales Interface
ArcGIS Developer Help

IDisplayTransformationScales Interface

Provides access to members that control Display Transformation scales.

Product Availability

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

Members

Name 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.

Classes that implement IDisplayTransformationScales

Classes Description
DisplayTransformation Display transformation class for converting from world to device units.