Description
The number of frames from SequenceFrameRange that are stepped at each display interval during playback.
-
Property type
-
A Long value.
-
Syntax
-
object.SequenceStepCount [= value]
The SequenceStepCount Property syntax has these parts: |
| object | An expression evaluating to an object of type McView. | | value | A Long value. | Remarks
The SequenceStepCount is also the default number of frames stepped by the SequenceStepForward and SequenceStepBackward methods.
Exceptions
The SequenceStepCount must be 1 or greater. It can be assigned an arbitrarily large number, but if the SequenceStepCount exceeds the number of frames in the SequenceFrameRange, then playback will be effectively frozen.
|