LoftCenterLineOrRails.item Method
Parent Object:
LoftCenterLineOrRailsDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/LoftCenterLineOrRails.h>
Description
Function that returns the specified LoftCenterLineOrRail using an index into the collection.
Syntax
"loftCenterLineOrRails_var" is a variable referencing a LoftCenterLineOrRails object.returnValue = loftCenterLineOrRails_var.item(index)
|
"loftCenterLineOrRails_var" is a variable referencing a LoftCenterLineOrRails object.
#include <Fusion/Features/LoftCenterLineOrRails.h>
returnValue = loftCenterLineOrRails_var->item(index);
|
Return Value
Parameters
index |
integer |
The index of the item within the collection to return. The first item in the collection has an index of 0. |
Version
Introduced in version August 2016