IMcViewSequenceDirection Property
|
|
Indicates whether a sequence is playing, and if so in which direction.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxReadOnly Property SequenceDirection As Integer
Get
Property Value
Type:
Int32
RemarksIf the sequence playback is paused, then SequenceDirection is 0,
otherwise if the direction is forward it is +1 or +2 and if the direction is
backwards it is -1 or -2.
The values will be plus or minus 2 if the sequence is actually playing. If the
sequence is in a hold state (as placed by a call to SequenceHoldState) but will
resume playing either forward or backward when SequenceResumeState is called,
then the values plus or minus 1 are returned.
See Also