A collection of paths.
Paths Properties
| Property | Type | Access | Description |
|---|---|---|---|
| item | Object | read | Returns the path with the specified index or name. |
| length | Long | read | The number of paths in the collection. |
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. |