Path
A path of a page item.
Path Properties
| Property |
Type |
Access |
Description |
| EntirePath |
Array of 2 Units (Doubles or Strings) |
r/w |
A complete list of the anchor points and left/right direction points on the path. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Parent |
Object |
read |
The parent of the object. |
| PathPoints |
PathPoints |
read |
All path points. |
| PathType |
idPathType enumeration |
r/w |
The path type. |
Path Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
| Reverse |
Nothing |
Reverse the path. |