Returns the associated parameter or null if there is no associated parameter.
# Get the value of the property.propertyValue = sketchDimension_var.parameter
#include <Fusion/Sketch/SketchDimension.h>// Get the value of the property.Ptr<ModelParameter> propertyValue = sketchDimension_var->parameter();