ZebraAnalyses.item Method
Parent Object:
ZebraAnalysesDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/ZebraAnalyses.h>
Description
A method that returns the specified ZebraAnalysis object using an index into the collection.
Syntax
"zebraAnalyses_var" is a variable referencing a ZebraAnalyses object.returnValue = zebraAnalyses_var.item(index)
|
"zebraAnalyses_var" is a variable referencing a ZebraAnalyses object.
#include <Fusion/Fusion/ZebraAnalyses.h>
returnValue = zebraAnalyses_var->item(index);
|
Return Value
ZebraAnalysis |
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 January 2023