Removes portions of route features based on the shape and lrs definition of polyline features in another feature class or layer and outputs the results to a new feature class.
If the route features are from a layer having a selection set, only the selected features will be used.
If the redacting rows are from a layer or table view having a selection set, only the selected rows will be used.
Redact_Routes (input_route_features, input_route_features_routeid_field, input_redaction_features, input_redaction_feature_event_table_properties, output_route_features)
Parameter | Explanation | Data Type |
---|---|---|
input_route_features | Dialog Reference
The route feature class or layer to be redacted. There is no python reference for this parameter. |
Feature Layer |
input_route_features_routeid_field | Dialog Reference
The field containing values that uniquely identify each route. This must be a string field. There is no python reference for this parameter. |
Field |
input_redaction_features | Dialog Reference
The rows from a table, table view, feature class, or layer whose route location fields describe the portions to be removed. There is no python reference for this parameter. |
Table View |
input_redaction_feature_event_table_properties | Dialog Reference
Parameter consisting of the route location fields for the redacting row. This must be set as a line event type.
There is no python reference for this parameter. |
Route Measure Event Properties |
output_route_features | Dialog Reference
The output feature class that will be created. There is no python reference for this parameter. |
Feature Class |
There are no code samples for this tool.
There are no tags for this item.
There are no credits for this item.
There are no use limitations for this item.