| FramesToRemove | Optional. A Variant value. VARIANT : An optional selector for the frames to be removed from the collection. If missing or a scalar -1, all frames in the collection are removed. This selector may be an array of VARIANT, in which case the contents of each VARIANT are removed from the collection. Each VARIANT may be a single scalar index value (if negative, then all frames are removed), or it may be a single scalar LONGRANGE giving Start and End collection indices, or it may be an array of collection index values or an array of LONGRANGE collection index ranges. In addition, it may be an McFrame object instance or an array of them; the first occurrance of each of these McFrame instances in the collection is removed. Finally, the FramesSelector argument may be an McFrames collection (or an array of them) with a ParentImage the same as this one's. In this case matching frames from the source McFrames collection(s) are removed from this McFrames collection.
|