ESRI.ArcGIS.NetworkAnalystTools
snap_offset Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > AddLocations Class : snap_offset Property




When snapping a point to the network, you can apply an offset distance. An offset distance of zero means the point will be coincident with the network feature (typically a line). To offset the point from the network feature, enter an offset distance. The offset is in relation to the original point location. That is, if the original point was on the left side, its new location will be offset to the left. If it was originally on the right side, its new location will be offset to the right. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property snap_offset As Object
Visual Basic (Usage)Copy Code
Dim instance As AddLocations
Dim value As Object
 
instance.snap_offset = value
 
value = instance.snap_offset
C# 
public object snap_offset {get; set;}

See Also

© 2010 All Rights Reserved.