ConstructionPlanes.itemByName Method

Parent Object: ConstructionPlanes
Defined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlanes.h>

Description

Returns the specified construction plane using the name of the construction plane as it is displayed in the browser.

Syntax

"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.
returnValue = constructionPlanes_var.itemByName(name)
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.

#include <Fusion/Construction/ConstructionPlanes.h>

returnValue = constructionPlanes_var->itemByName(name);

Return Value

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

Parameters

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

Version

Introduced in version August 2014