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


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

INALocator.SnapToleranceUnits Property

The units of the snap tolerance.

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

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

Product Availability

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

Remarks

SnapToleranceUnits determines how the SnapTolerance number is interpreted. 

See Also

INALocator Interface

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties)