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


IDisplayTransformationScales.SnapScale Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDisplayTransformationScales.SnapScale Method

Snap the specified scale to a standard scale.

[Visual Basic .NET]
Public Function SnapScale ( _
    ByVal scale As Double _
) As Double
[C#]
public double SnapScale (
    double scale
);
[C++]
HRESULT SnapScale(
  double scale,
  double* snappedScale
);
[C++]

Parameters scale [in] scale is a parameter of type double snappedScale [out, retval] snappedScale is a parameter of type double

Product Availability

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

See Also

IDisplayTransformationScales Interface