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