DraftAnalyses.itemByName 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 the name of the analysis as displayed in the browser.
Syntax
"draftAnalyses_var" is a variable referencing a DraftAnalyses object.returnValue = draftAnalyses_var.itemByName(name)
|
"draftAnalyses_var" is a variable referencing a DraftAnalyses object.
#include <Fusion/Fusion/DraftAnalyses.h>
returnValue = draftAnalyses_var->itemByName(name);
|
Return Value
DraftAnalysis |
Returns the specified item or null if an invalid name was specified. |
Parameters
name |
string |
The name of the DraftAnalysis object as displayed in the browser. |
Version
Introduced in version January 2023