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