Description
Total frames read or to be written.
-
Property type
-
A Long value.
-
Syntax
-
object.TotalFrames
The TotalFrames Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | Remarks
This read-only property retrieves the total number of frames that can be loaded from a given sequence file. For sequences to be saved, indicates the number of frames that will be saved to the sequence file, defaulting to the total number of frames in the sequence. To change the number of frames to load or save, use the StartFrame and EndFrame properties.
|