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




A field on which the network analysis objects are sorted as they are added to the network analysis layer. The default is the ObjectID field on the input feature class or the table. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.