This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassLoader2 Interface > INAClassLoader2.SnapOffsetUnits Property (ArcObjects .NET 10.5 SDK) |
The snap offset units.
[Visual Basic .NET] Public Property SnapOffsetUnits As esriUnits
[C#] public esriUnits SnapOffsetUnits {get; set;}
[C++]
HRESULT get_SnapOffsetUnits(
esriUnits* Units
);
[C++]
HRESULT put_SnapOffsetUnits(
esriUnits Units
);
[C++]
Parameters Units [out, retval]
Units is a parameter of type esriUnits Units [in]
Units is a parameter of type esriUnits
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.