ConstructionAxes.itemByName Method
Parent Object:
ConstructionAxesDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionAxes.h>
Description
Returns the specified construction axis using the name of the construction axis as it is displayed in the browser.
Syntax
"constructionAxes_var" is a variable referencing a ConstructionAxes object.returnValue = constructionAxes_var.itemByName(name)
|
"constructionAxes_var" is a variable referencing a ConstructionAxes object.
#include <Fusion/Construction/ConstructionAxes.h>
returnValue = constructionAxes_var->itemByName(name);
|
Return Value
ConstructionAxis |
Returns the specified item or null if an invalid name was specified. |
Parameters
name |
string |
The name of the axis as it is displayed in the browser |
Version
Introduced in version August 2014