Inputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Cartesian | Item | The feature to measure the length of |
Outputs
Name | Abbreviation | Type | Access | Description |
Length | L | Number | Item | The length of the feature |
How to
Get a polyline geometry
You can use read feature or any output of another geometric operation that results in a polyline (such as explode or line)
If working with Lists, use map to explode each list item
Add the length node
The result is a number representing the length of the polyline in meters

