Click or drag to resize

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
Syntax
VB
Sub Remove ( 
	FrameID As Object
)

Parameters

FrameID
Type: SystemObject
Frame ID of the capture frame object to remove.
Remarks
The McCaptFrame object is removed by this function if it is already in the collection.
See Also