IMcCaptDevAttribute3GetRangeExp Method
|
|
Gets the range values for the attribute.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxSub GetRangeExp (
<OutAttribute> ByRef Min As Object,
<OutAttribute> ByRef Max As Object,
<OutAttribute> ByRef Step As Object,
<OutAttribute> ByRef Default As Object,
<OutAttribute> ByRef TableValue As Object,
<OutAttribute> ByRef TableDesc As Object,
<OutAttribute> ByRef Flags As Integer
)
Parameters
- Min
- Type: SystemObject
Returns the minimum value of the attribute. - Max
- Type: SystemObject
Returns the maximum value of the attribute. - Step
- Type: SystemObject
Returns the step value of the attribute. - Default
- Type: SystemObject
Returns the default value of the attribute. - TableValue
- Type: SystemObject
Returns the table values of the attribute. - TableDesc
- Type: SystemObject
Returns the table descriptions of the attribute. - Flags
- Type: SystemInt32
Returns the attribute range flags.
Implements
IMcCaptDevAttribute2GetRangeExp(Object, Object, Object, Object, Object, Object, Int32)
RemarksThis method gets all of the range values for the attribute.
The range values are returned as individual arguments rather
than a structure as the GetRange method. This is useful for
some scripting languages that cannot support the UDT struture.
See Also