Description
Returns whether this image file is a sequence (or movie).
-
Property type
-
A Boolean value.
-
Syntax
-
object.IsMovie
The IsMovie Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | Remarks
Not all sequence formats have to be multiple frame. AVI and SEQ can have a single frame, and still be valid format files. This property simply returns a true/false value indicating whether there are multiple frames.
|