Method GetParentContext
GetParentContext()
Gets the parent SequenceContext for the Timeline currently shown in the Timeline window.
Declaration
public SequenceContext GetParentContext()
Returns
Type | Description |
---|---|
SequenceContext | The parent SequenceContext for the Timeline currently shown in the Timeline window if there is one; an invalid SequenceContext otherwise. Invalid |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | The Window associated to this instance has been destroyed. |