IMcCaptDevAttributeSetPvwRangeExp 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
SyntaxSub SetPvwRangeExp (
Min As Object,
Max As Object,
Step As Object,
Default As Object,
TableValue As Object,
TableDesc As Object,
Flags As Integer
)
Parameters
- Min
- Type: SystemObject
The minimum preview value of the attribute passed in. - Max
- Type: SystemObject
The maximum preview value of the attribute passed in. - Step
- Type: SystemObject
The step preview value of the attribute passed in. - Default
- Type: SystemObject
The default preview value of the attribute passed in. - TableValue
- Type: SystemObject
The table preview values of the attribute passed in. - TableDesc
- Type: SystemObject
The table preview descriptions of the attribute passed in. - Flags
- Type: SystemInt32
The attribute preview range flags passed in.
RemarksThis method sets all of the preview range values for the attribute.
The preview range values are passed in as individual arguments rather
than a structure as the SetPvwRange method. This is useful for
some scripting languages that cannot support the UDT structure.
The PvwRange 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