Method GetCurrentContext
GetCurrentContext()
Gets the SequenceContext associated with the Timeline currently shown in the Timeline window.
Declaration
public SequenceContext GetCurrentContext()
Returns
Type | Description |
---|---|
SequenceContext | The SequenceContext associated with the Timeline currently shown in the Timeline window. |
Remarks
Equivalent to TimelineNavigator.GetBreadCrumbs().Last()
Exceptions
Type | Condition |
---|---|
InvalidOperationException | The Window associated to this instance has been destroyed. |