Click or drag to resize

IMcCaptDevAttribute3GetPvwRange Method

Gets the preview range values for the attribute using a UDT structure.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetPvwRange ( 
	<OutAttribute> ByRef AttrRange As mcCaptAttrRange
)

Parameters

AttrRange
Type: MediaCy.IQL.CapturemcCaptAttrRange
Returns the preview range structure for the attribute.

Implements

IMcCaptDevAttribute2GetPvwRange(mcCaptAttrRange)
Remarks
This method gets all of the preview range values for the attribute. The preview range values are returned as a UDT structure rather than as individual arguments as the GetPvwRangeExp method. This is useful for higher level languages that support the UDT structure.
See Also