You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathSize
Returns the number of characteristic points on the input path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outSize | int |
Description
The operation computes the size of the path defined as the number of its characteristic points.
Examples
![]() Size of the sample path equals to 69. |
![]() Size of the sample path equals to 17. |