Returns the timeline object associated with this sketch.
# Get the value of the property.propertyValue = sketch_var.timelineObject
#include <Fusion/Sketch/Sketch.h>// Get the value of the property.Ptr<TimelineObject> propertyValue = sketch_var->timelineObject();