Gets and sets the name of the envelope as seen in the browser.
# Get the value of the property.propertyValue = arrangeResultEnvelope_var.name# Set the value of the property.arrangeResultEnvelope_var.name = propertyValue
#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);