Click or drag to resize

IMcCaptDevAttribute3DataInfo 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
Syntax
VB
Property DataInfo As Object
	Get
	Set

Property Value

Type: Object

Implements

IMcCaptDevAttribute2DataInfo
Remarks
This 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