Returns the parent sketch.
# Get the value of the property.propertyValue = sketchText_var.parentSketch
#include <Fusion/Sketch/SketchText.h>// Get the value of the property.Ptr<Sketch> propertyValue = sketchText_var->parentSketch();