Skip to main content

length

Get the length of a polyline

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

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

  1. 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

  2. Add the length node

    The result is a number representing the length of the polyline in meters

Did this answer your question?