ArrangeResultEnvelope.name Property
Parent Object:
ArrangeResultEnvelopeDefined in namespace "adsk::fusion" and the header file is <Fusion/Arrange/ArrangeResultEnvelope.h>
Description
Gets and sets the name of the envelope as seen in the browser.
Syntax
"arrangeResultEnvelope_var" is a variable referencing an ArrangeResultEnvelope object.
# Get the value of the property. propertyValue = arrangeResultEnvelope_var.name
# Set the value of the property. arrangeResultEnvelope_var.name = propertyValue |
"arrangeResultEnvelope_var" is a variable referencing an ArrangeResultEnvelope object.
#include <Fusion/Arrange/ArrangeResultEnvelope.h>
// Get the value of the property. string propertyValue = arrangeResultEnvelope_var->name();
// Set the value of the property, where value_var is a string. bool returnValue = arrangeResultEnvelope_var->name(value_var); |
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version January 2025