Calculate Length Downstream for Lines
Description
Populate LengthDown field in DrainageLine features with the sum of length of downstream lines, including the length of the original line. The connectivity is read from the field HydroID/NextDownID.
Usage
Parameters
Parameter Name | Type | Direction | Data Type | Dialog Reference |
---|---|---|---|---|
Input Line Feature Class | Required | Input | Feature Layer | Input lines features for which the field LenghtDown will be populated. Must contain the fields HydroID and NextDownID which are used to identify the main downstream paths. LengthDown is calculated by adding up the shape length of the original feature with the total length of all downstream features. |