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


INAServerSolverParams.SnapToleranceUnits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerSolverParams.SnapToleranceUnits Property

Length units of the SnapTolerance and MaxSnapTolerance.

[Visual Basic .NET]
Public Property SnapToleranceUnits As esriUnits
[C#]
public esriUnits SnapToleranceUnits {get; set;}
[C++]
HRESULT get_SnapToleranceUnits(
  esriUnits* SnapToleranceUnits
);
[C++]
HRESULT put_SnapToleranceUnits(
  esriUnits SnapToleranceUnits
);
[C++]

Parameters SnapToleranceUnits [out, retval]
SnapToleranceUnits is a parameter of type esriUnits SnapToleranceUnits [in]
SnapToleranceUnits is a parameter of type esriUnits

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAServerSolverParams Interface