IMcCaptDevAttribute2TextInfo Property
|
|
Gets or sets the text info of the attribute.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxProperty TextInfo As Object
Get
Set
Property Value
Type:
Object
RemarksThis property holds the text info of the attribute.
The text info is an array of strings defined by a particular
capture attribute to pass text information about the attribute
to clients.
The TextInfo 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