"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.
# Get the value of the property. propertyValue = coilFeatureInput_var.coilSectionPosition
# Set the value of the property. coilFeatureInput_var.coilSectionPosition = propertyValue
"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.
#include <Fusion/Features/CoilFeatureInput.h>
// Get the value of the property. CoilFeatureSectionPositions propertyValue = coilFeatureInput_var->coilSectionPosition();
// Set the value of the property, where value_var is a CoilFeatureSectionPositions. bool returnValue = coilFeatureInput_var->coilSectionPosition(value_var);