ArcObjects Library Reference (NetworkAnalysis)  

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