ArrangePlaneResultEnvelope.name Property

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

Description

Gets and sets the name of the envelope as seen in the browser.

Syntax

"arrangePlaneResultEnvelope_var" is a variable referencing an ArrangePlaneResultEnvelope object.

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

# Set the value of the property.
arrangePlaneResultEnvelope_var.name = propertyValue
"arrangePlaneResultEnvelope_var" is a variable referencing an ArrangePlaneResultEnvelope object.
#include <Fusion/Arrange/ArrangePlaneResultEnvelope.h>

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

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

Property Value

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

Version

Introduced in version January 2025