The following tables list the members exposed by CreateRoutes.
Public Constructors
Public Properties
| Name | Description |
 | Alias | The alias for this tool's toolbox. |
 | build_index | Specifies whether an attribute index will be created for the route identifier field that is written to the output route feature class.
(In, Optional) |
 | coordinate_priority | The position from which measures will be accumulated for each output route. This parameter is ignored when the measure source is TWO_FIELDS. (In, Optional) |
 | from_measure_field | A field containing measure values. This field must be numeric and is required when the measure source is ONE_FIELD or TWO_FIELDS. (In, Optional) |
 | ignore_gaps | Specifies whether spatial gaps will be ignored when calculating the measures on disjointed routes. This parameter is applicable when the measure source is LENGTH or ONE_FIELD.
(In, Optional) |
 | in_line_features | The features from which routes will be created. (In, Required) |
 | measure_factor | A value multiplied by the measure length of each input line before they are merged to create route measures. The default is 1. (In, Optional) |
 | measure_offset | A value added to the route measures after the input lines have been merged to create a route. The default is 0. (In, Optional) |
 | measure_source | Specifies how route measures will be obtained. (In, Required) |
 | out_feature_class | The feature class to be created. It can be a shapefile or a geodatabase feature class. (Out, Required) |
 | ParameterInfo | The parameters used by this tool. For internal use only. |
 | route_id_field | The field containing values that uniquely identify each route. (In, Required) |
 | to_measure_field | A field containing measure values. This field must be numeric and is required when the measure source is TWO_FIELDS. (In, Optional) |
 | ToolboxDirectory | The directory of this tool's toolbox. |
 | ToolboxName | The name of this tool's toolbox. |
 | ToolName | The name of this tool. |
Top
See Also