CombineFeatures.item Method
Parent Object:
CombineFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/CombineFeatures.h>
Description
Function that returns the specified combine feature using an index into the collection.
Syntax
"combineFeatures_var" is a variable referencing a CombineFeatures object.returnValue = combineFeatures_var.item(index)
|
"combineFeatures_var" is a variable referencing a CombineFeatures object.
#include <Fusion/Features/CombineFeatures.h>
returnValue = combineFeatures_var->item(index);
|
Return Value
CombineFeature |
Returns the specified item or null if an invalid index was specified. This property returns nothing in the case where the feature is non-parametric. |
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 November 2014