ConstructionPoints.itemByName Method

Parent Object: ConstructionPoints
Defined 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

Type Description
ConstructionPoint Returns the specified item or null if an invalid name was specified.

Parameters

Name Type Description
name string The name of the construction point as it is displayed in the browser.

Version

Introduced in version August 2014