IMcCaptDevAttribute2DataInfo Property
|
|
Gets or sets the data info of the attribute.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxProperty DataInfo As Object
Get
Set
Property Value
Type:
Object
RemarksThis property holds the data info of the attribute.
The data info is an array of values defined by a particular
capture attribute to pass data about the attribute to
clients.
The DataInfo property cannot be set on standard attributes
(typecode field of attribute ID = 0). Only custom attributes
can set the value of this property.
See Also