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