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


INALocator.SnapToleranceUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocator Interface > INALocator.SnapToleranceUnits Property
ArcGIS Developer Help

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 [in]

Units is a parameter of type esriUnits Units [out, retval]
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