Click or drag to resize

IMcCaptDevAttributeGetPvwRangeExp Method

Gets 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
VB
Sub GetPvwRangeExp ( 
	<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 preview value of the attribute.
Max
Type: SystemObject
Returns the maximum preview value of the attribute.
Step
Type: SystemObject
Returns the step preview value of the attribute.
Default
Type: SystemObject
Returns the default preview value of the attribute.
TableValue
Type: SystemObject
Returns the table preview values of the attribute.
TableDesc
Type: SystemObject
Returns the table preview descriptions of the attribute.
Flags
Type: SystemInt32
Returns the attribute preview range flags.
Remarks
This method gets all of the preview range values for the attribute. The preview range values are returned as individual arguments rather than a structure as the GetPvwRange method. This is useful for some scripting languages that cannot support the UDT struture.
See Also