IMcCaptDevAttributeAttrID 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
SyntaxProperty AttrID As Integer
Get
Set
Property Value
Type:
Int32
RemarksEach 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