Gets and sets the global rotation type.
# Get the value of the property.propertyValue = arrange2DDefinition_var.globalRotation# Set the value of the property.arrange2DDefinition_var.globalRotation = propertyValue
#include <Fusion/Arrange/Arrange2DDefinition.h>// Get the value of the property.ArrangeRotationTypes propertyValue = arrange2DDefinition_var->globalRotation();// Set the value of the property, where value_var is an ArrangeRotationTypes.bool returnValue = arrange2DDefinition_var->globalRotation(value_var);