Gets and sets the path to create the Pipe.
# Get the value of the property.propertyValue = pipeFeatureInput_var.path# Set the value of the property.pipeFeatureInput_var.path = propertyValue
#include <Fusion/Features/PipeFeatureInput.h>// Get the value of the property.Ptr<Path> propertyValue = pipeFeatureInput_var->path();// Set the value of the property, where value_var is a Path.bool returnValue = pipeFeatureInput_var->path(value_var);