Gets and sets the type of operation performed by the Pipe.
# Get the value of the property.propertyValue = pipeFeatureInput_var.operation# Set the value of the property.pipeFeatureInput_var.operation = propertyValue
#include <Fusion/Features/PipeFeatureInput.h>// Get the value of the property.FeatureOperations propertyValue = pipeFeatureInput_var->operation();// Set the value of the property, where value_var is a FeatureOperations.bool returnValue = pipeFeatureInput_var->operation(value_var);