Gets and sets the edges to extend
# Get the value of the property.propertyValue = extendFeatureInput_var.edges# Set the value of the property.extendFeatureInput_var.edges = propertyValue
#include <Fusion/Features/ExtendFeatureInput.h>// Get the value of the property.Ptr<ObjectCollection> propertyValue = extendFeatureInput_var->edges();// Set the value of the property, where value_var is an ObjectCollection.bool returnValue = extendFeatureInput_var->edges(value_var);