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




Name of the field to be created or updated with the side of edge on which the point feature is located on the computed network location. A field called "SideOfEdge" is created or updated by default. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.