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


IGraphicSnapEnvironment.SnapTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicSnapEnvironment Interface > IGraphicSnapEnvironment.SnapTolerance Property
ArcGIS Developer Help

IGraphicSnapEnvironment.SnapTolerance Property

The snap tolerance in page units.

[Visual Basic .NET]
Public Property SnapTolerance As Double
[C#]
public double SnapTolerance {get; set;}
[C++]
HRESULT get_SnapTolerance(
  System.Double* tol
);
[C++]
HRESULT put_SnapTolerance(
  double tol
);
[C++]
Parameters
tol [out, retval]

tol is a parameter of type double* tol [in]
tol is a parameter of type double

Product Availability

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

See Also

IGraphicSnapEnvironment Interface