You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathLength
Computes the total length of the input path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outLength | float |
Description
The operation computes the length of the path defined as the sum of the length of the segments it consists of.
Examples
![]() Length of the sample path equals to 633.999. |
![]() Length of the sample path equals to 152.002. |