Merges polyline features based on lrs attributes. Features are sorted by route identifier and measure. Features having the same route-identifier are merged when the to-measure of one feature matches the from-measure of the next feature. The output will include the dissolving fields and fields identified as relating to the from- or to-measure fields. The output geometry will consist of the simplified merged geometries.
If the input features are from a feature class or layer having a selection set, only the selected rows will be used.
Dissolve_LRS_Features (input_features, input_event_table_properties, input_dissolve_fields, {input_from_related_fields}, {input_to_related_fields}, output_features)
Parameter | Explanation | Data Type |
---|---|---|
input_features | Dialog Reference
This is the polyline feature class or layer to be dissolved. There is no python reference for this parameter. |
Table View |
input_event_table_properties | Dialog Reference
Parameter consisting of the route location fields to be used during the dissolve and write features to the output feature class.
There is no python reference for this parameter. |
Route Measure Event Properties |
input_dissolve_fields | Dialog Reference
The field or fields on which to aggregate features. These fields will be included in the output feature class. There is no python reference for this parameter. |
Multiple Value |
input_from_related_fields (Optional) | Dialog Reference
The field or fields relating to the from-measure value. These fields will be included in the output feature class. There is no python reference for this parameter. |
Multiple Value |
input_to_related_fields (Optional) | Dialog Reference
The field or fields relating to the to-measure value. These fields will be included in the output feature class. There is no python reference for this parameter. |
Multiple Value |
output_features | Dialog Reference
The feature class that will be created to contain the aggregated features. 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.