Defines the thickness of the curve in pixels.
# Get the value of the property.propertyValue = customGraphicsCurve_var.weight# Set the value of the property.customGraphicsCurve_var.weight = propertyValue
#include <Fusion/Graphics/CustomGraphicsCurve.h>// Get the value of the property.double propertyValue = customGraphicsCurve_var->weight();// Set the value of the property, where value_var is a double.bool returnValue = customGraphicsCurve_var->weight(value_var);