Derived from: TimelineObject.deleteObject
Deletes this TimelineObject and its associated feature from the design. This method should not be used for TimelineGroup objects; use TimelineGroup.deleteMe() instead. Check the isDeletable property before calling this method.
"timelineGroup_var" is a variable referencing a TimelineGroup object. |
"timelineGroup_var" is a variable referencing a TimelineGroup object. |
"timelineGroup_var" is a variable referencing a TimelineGroup object. |
| Type | Description |
| boolean | Returns true if the delete was successful. Returns false if this object is not deletable (for example a group child, a snapshot, or a TimelineGroup) without throwing. |