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.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
Int |
readonly |
Number of elements in the collection. |
|
|
readonly |
The object's container. |
||
|
readonly |
The class name of the object. |
SubPathItem [] (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 |
PathItem.subPathItems