IMcCaptDevAttribute3SetRange Method
|
|
Sets the range values for the attribute.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
RemarksThis method sets all of the range values for the attribute.
The range values are set using a UDT structure rather
than as individual arguments as the SetRangeExp method. This is useful
for higher level languages that support the UDT structure.
The Range values cannot be set on standard attributes (typecode field
of attribute ID = 0). Only custom attributes can have their range values
set using this property handler.
See Also