IMcCaptFramesRemove Method
|
|
Removes a McCaptFrame object from the McCaptFrames collection.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxSub Remove (
FrameID As Object
)
Parameters
- FrameID
- Type: SystemObject
Frame ID of the capture frame object to remove.
RemarksThe McCaptFrame object is removed by this function if it is already
in the collection.
See Also