ArcObjects Library Reference (Display)  

IDisplayTransformationScales.ScaleSnapping Property

Indicates if transform snaps the fitted bounds to a standard scale.

[Visual Basic .NET]
Public Property ScaleSnapping As esriScaleSnapping
[C#]
public esriScaleSnapping ScaleSnapping {get; set;}
[C++]
HRESULT get_ScaleSnapping(
  esriScaleSnapping* setting
);
[C++]
HRESULT put_ScaleSnapping(
  esriScaleSnapping setting
);
[C++]

Parameters

setting [out, retval]

  setting is a parameter of type esriScaleSnapping

setting [in]

  setting is a parameter of type esriScaleSnapping

Product Availability

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

See Also

IDisplayTransformationScales Interface