IMcCaptDevAttributeSetPvwRange Method
|
|
Sets the preview 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 preview range values for the attribute.
The preview range values are set using a UDT structure rather
than as individual arguments as the SetPvwRangeExp method. This is useful
for higher level languages that support the UDT structure.
The Preview Range values cannot be set on standard attributes (typecode
field of attribute ID = 0). Only custom attributes can have their preview
range values set using this method.
See Also