Click or drag to resize

IMcCaptDevAttribute3AttrID Property

Gets or sets the attribute ID for the capture attribute.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property AttrID As Integer
	Get
	Set

Property Value

Type: Int32

Implements

IMcCaptDevAttribute2AttrID
Remarks
Each attribute has a unique ID used to indicate it's purpose and definition. The standard ID's are defined in the McCaptureLib typelib and the McCaptAttributeIDs.h file. The AttrID cannot be set on standard attributes (typecode field of attribute ID = 0). Only custom attributes can set the value of this property.
See Also