Share

ArrangeProfileOrFaceResultEnvelope.name Property

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

Description

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

Syntax

"arrangeProfileOrFaceResultEnvelope_var" is a variable referencing an ArrangeProfileOrFaceResultEnvelope object.

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

# Set the value of the property.
arrangeProfileOrFaceResultEnvelope_var.name = propertyValue

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?