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




The name of the new item in the route attribute table that will contain the unique values in the input route item. When appending routes to an existing route system, it is an existing item in the route attribute table used to append routes. The default item is Input Route Item. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property out_route_item As String
Visual Basic (Usage)Copy Code
Dim instance As ArcRoute
Dim value As String
 
instance.out_route_item = value
 
value = instance.out_route_item
C# 
public string out_route_item {get; set;}

See Also

© 2010 All Rights Reserved.