SEGMENTCOUNT Function
Returns the number of line segments that make up the path.
Syntax
SEGMENTCOUNT(pathRef)
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
pathRef |
Required |
Integer |
The Geometry section that represents the path, specified by a reference to Path cell (for example, Geometry1.Path). |
Return Value
Integer
Remarks
Line jumps are not included in the total number of segments returned.