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


IPointToEID.SnapTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IP > IPointToEID Interface > IPointToEID.SnapTolerance Property
ArcGIS Developer Help

IPointToEID.SnapTolerance Property

Maximum distance from the input point to an acceptable EID.

[Visual Basic .NET]
Public WriteOnly Property SnapTolerance
[C#]
public void SnapTolerance {set;}
[C++]
HRESULT put_SnapTolerance(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

Remarks

The snap tolerance is in map units of the source map.

See Also

IPointToEID Interface