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