IsoCurveAnalyses.itemByName Method
Parent Object:
IsoCurveAnalysesDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/IsoCurveAnalyses.h>
Description
A method that returns the specified IsoCurveAnalysis object using the name of the analysis as displayed in the browser.
Syntax
"isoCurveAnalyses_var" is a variable referencing an IsoCurveAnalyses object.returnValue = isoCurveAnalyses_var.itemByName(name)
|
"isoCurveAnalyses_var" is a variable referencing an IsoCurveAnalyses object.
#include <Fusion/Fusion/IsoCurveAnalyses.h>
returnValue = isoCurveAnalyses_var->itemByName(name);
|
Return Value
IsoCurveAnalysis |
Returns the specified item or null if an invalid name was specified. |
Parameters
name |
string |
The name of the IsoCurveAnalysis object as displayed in the browser. |
Version
Introduced in version January 2023