Gets and sets the horizontal offset distance. This defaults to zero.
# Get the value of the property.propertyValue = embossFeatureInput_var.horizontalDistance# Set the value of the property.embossFeatureInput_var.horizontalDistance = propertyValue
#include <Fusion/Features/EmbossFeatureInput.h>// Get the value of the property.Ptr<ValueInput> propertyValue = embossFeatureInput_var->horizontalDistance();// Set the value of the property, where value_var is a ValueInput.bool returnValue = embossFeatureInput_var->horizontalDistance(value_var);