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


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

INAClassLoader2.SnapOffsetDistance Property

The snap offset distance from the network.

[Visual Basic .NET]
Public Property SnapOffsetDistance As Double
[C#]
public double SnapOffsetDistance {get; set;}
[C++]
HRESULT get_SnapOffsetDistance(
  double distance
);
[C++]
HRESULT put_SnapOffsetDistance(
  System.Double* distance
);
[C++]
Parameters
distance [in]

distance is a parameter of type double distance [out, retval]
distance is a parameter of type double*

Product Availability

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

Remarks

Specify the SnapOffsetDistance and SnapOffsetUnits if you want the network location offset a fixed difference from the true snap location.  This is useful if you care about the side of the road the network location is on.

This is only applicable if SnapToNetwork is true.

See Also

INAClassLoader2 Interface