ESRI.ArcGIS.CoverageTools | |
ArcRoute Class Members | |
See Also Properties Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.CoverageTools Namespace : ArcRoute Class |
The following tables list the members exposed by ArcRoute.
Name | Description | |
---|---|---|
ArcRoute Constructor | Overloaded. Constructor that takes all required parameters for geoprocessor execution. |
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
coordinate_priority | Determines coordinate priority when choosing a start node for the route. (In, Optional) | |
in_cover | The coverage from which the routes are to be created. (In, Required) | |
in_route_item | The name of an item in the arc attribute table used to group arcs into separate routes. A new route is created in the route attribute table for each unique value in this item. The default is to create a route for each topologically connected set of arcs. (In, Optional) | |
measure_item | An item in the arc attribute table of Input Coverage whose value is accumulated to produce the measure values. The default item is LENGTH. (In, Optional) | |
out_cover | Output Coverage (out, Optional) | |
out_route_item | 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) | |
out_route_system | The name of the route system to be created or appended. (In, Required) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. | |
use_blanks | Specifies whether arcs having a null or 0 value for the input route item will be used to create a route. (In, Optional) |