Class
SubPathItems |
| | An array of path point info objects that describes a straight or curved segment of a path. You do not use the sub path item object to create a sub path. Rather, you use the sub path item object to retrieve information about a sub path. To create sub paths, see sub path info. See also SubPathItem. |
QuickLinks |
[], getByName |
Hierarchy
|
|
Properties
| | Property | Type | Access | Description |
| length | int |
readonly | Number of elements in the collection. |
| parent | Object |
readonly | The object's container. |
| typename | string |
readonly | The class name of the object. |
|
Methods
| InstancesSubPathItem [] (index:
uint)
Get an element in the collection with the provided index.
| Parameter | Type | Description |
| index | uint | |
SubPathItem getByName (name:
string)
Get the first element in the collection with the provided name.
| Parameter | Type | Description |
| name | string | |
|
Element of |
PathItem.subPathItems
|