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


IDisplayTransformationScales.ScaleSnapping Property (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 > IDisplayTransformationScales.ScaleSnapping Property
ArcGIS Developer Help

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