PathPoints
A collection of PathPoint objects that define a subpath, kept in the SubPathItem.pathPoints property.
Indexable
▪ [index: number]: PathPoint
Used to access the guides in the collection.
Properties
| Name | Type | Access | Min Version | Description | 
|---|---|---|---|---|
| length | number | R | 23.3 | Number of elements in this collection. | 
| parent | R | 23.3 | The SubPathItem that contains this PathPoints collection. | 
