Gets the definition that is currently used to specify how the sketch text is defined.
# Get the value of the property.propertyValue = sketchText_var.definition
#include <Fusion/Sketch/SketchText.h>// Get the value of the property.Ptr<SketchTextDefinition> propertyValue = sketchText_var->definition();