ConstructionPoint.name Property

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

Description

The name of the construction point as it is displayed in the browser.

Syntax

"constructionPoint_var" is a variable referencing a ConstructionPoint object.

# Get the value of the property.
propertyValue = constructionPoint_var.name

# Set the value of the property.
constructionPoint_var.name = propertyValue
"constructionPoint_var" is a variable referencing a ConstructionPoint object.
#include <Fusion/Construction/ConstructionPoint.h>

// Get the value of the property.
string propertyValue = constructionPoint_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = constructionPoint_var->name(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version August 2014