Click or drag to resize

IMcCaptDevAttributesItem Property

Gets a capture attribute from the capture attributes collection.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Default Property Item ( 
	AttribIDorKey As Object
) As IMcCaptDevAttribute2
	Get

Parameters

AttribIDorKey
Type: SystemObject

Property Value

Type: IMcCaptDevAttribute2
Remarks
Returns the capture attribute object specified by attribute ID or Name. The attribute ID is defined by the attribute and is not an index.
See Also