Gets and sets the direction of the extent.
# Get the value of the property.propertyValue = allExtentDefinition_var.direction# Set the value of the property.allExtentDefinition_var.direction = propertyValue
#include <Fusion/Features/AllExtentDefinition.h>// Get the value of the property.ExtentDirections propertyValue = allExtentDefinition_var->direction();// Set the value of the property, where value_var is an ExtentDirections.bool returnValue = allExtentDefinition_var->direction(value_var);