MoveFeatures.item Method
Parent Object:
MoveFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/MoveFeatures.h>
Description
Function that returns the specified move feature using an index into the collection.
Syntax
"moveFeatures_var" is a variable referencing a MoveFeatures object.returnValue = moveFeatures_var.item(index)
|
"moveFeatures_var" is a variable referencing a MoveFeatures object.
#include <Fusion/Features/MoveFeatures.h>
returnValue = moveFeatures_var->item(index);
|
Return Value
MoveFeature |
Returns the specified item or null if an invalid index was specified. |
Parameters
index |
uinteger |
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 March 2015