Function that returns the specified LoftSection using an index into the collection. They are returned in the same order that they are used in the loft. Their order can be modified using the reorder method of the LoftSection object.
"loftSections_var" is a variable referencing a LoftSections object.
|
"loftSections_var" is a variable referencing a LoftSections object.
|
Type | Description |
LoftSection | Returns the specified item or null if an invalid index was specified. |
Name | Type | Description |
index | integer | The index of the item within the collection to return. The first item in the collection has an index of 0. |