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.
"timelineObject_var" is a variable referencing a TimelineObject object. |
"timelineObject_var" is a variable referencing a TimelineObject object. |
"timelineObject_var" is a variable referencing a TimelineObject 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. |