Click or drag to resize

IMcCaptDeviceIsSupported Method

Checks if a particular capture attribute is supported or not.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Function IsSupported ( 
	AttrIDorKey As Object
) As Integer

Parameters

AttrIDorKey
Type: SystemObject
Attribute ID or key (name) to check

Return Value

Type: Int32
Remarks
This just passes the call through to the attribute collection method. It is implemented here for convenience. Returns 1 if supported, 0 if not supported
See Also