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