ConstructionAxes.item Method
Parent Object:
ConstructionAxesDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionAxes.h>
Description
Function that returns the specified construction axis using an index into the collection.
Syntax
"constructionAxes_var" is a variable referencing a ConstructionAxes object.returnValue = constructionAxes_var.item(index)
|
"constructionAxes_var" is a variable referencing a ConstructionAxes object.
#include <Fusion/Construction/ConstructionAxes.h>
returnValue = constructionAxes_var->item(index);
|
Return Value
ConstructionAxis |
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 August 2014