Click or drag to resize

IMcCaptDevAttributesRemove Method

Removes a McCaptDevAttribute from the McCaptDevAttributes collection.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Sub Remove ( 
	AttrIDorKey As Object
)

Parameters

AttrIDorKey
Type: SystemObject
Attribute ID or Key (Name) to remove passed in.
Remarks
The McCaptDevAttribute object is removed by this function if it is already in the collection. If the attribute is not present in the collection, the method will return S_FALSE and will not throw an exception.
See Also