Snapshot.timelineObject Property
Parent Object:
SnapshotDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Snapshot.h>
Description
Returns the timeline object associated with this snapshot.
Syntax
"snapshot_var" is a variable referencing a Snapshot object.
# Get the value of the property. propertyValue = snapshot_var.timelineObject
|
"snapshot_var" is a variable referencing a Snapshot object.
#include <Fusion/Fusion/Snapshot.h>
// Get the value of the property. Ptr<TimelineObject> propertyValue = snapshot_var->timelineObject();
|
Property Value
This is a read only property whose value is a
TimelineObject.
Version
Introduced in version August 2014