PathPoints
A collection of path points.
PathPoints Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of PathPoints. |
| Item |
Object |
read |
Returns the PathPoint with the specified index or name as Long or String. |
PathPoints Methods
| Method |
Returns |
Description |
| Add |
PathPoint |
Create a new PathPoint. |
| AnyItem |
Object |
Returns any PathPoint. |
| FirstItem |
Object |
Returns the first PathPoint. |
| ItemByRange |
Objects |
Returns the PathPoints within the specified range. |
| LastItem |
Object |
Returns the last PathPoint. |
| MiddleItem |
Object |
Returns the middle PathPoint. |
| NextItem |
Object |
Returns the next PathPoint. |
| PreviousItem |
Object |
Returns the previous PathPoint. |