PathPoint
A path point of a path.
PathPoint Properties
| Property |
Type |
Access |
Description |
| Anchor |
Array of 2 Units (Doubles or Strings) |
r/w |
The location of the anchor point. |
| Index |
Long |
read |
Index of the object within its parent object. |
| LeftDirection |
Array of 2 Units (Doubles or Strings) |
r/w |
The location of the left direction point. |
| Parent |
Object |
read |
The parent of the object. |
| PointType |
idPointType enumeration |
r/w |
The point type. |
| RightDirection |
Array of 2 Units (Doubles or Strings) |
r/w |
The location of the right direction point. |
PathPoint Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
Previous post: PathPoints
Next post: Path