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