Click or drag to resize

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
VB
Sub SetPvwRange ( 
	ByRef AttrRange As mcCaptAttrRange
)

Parameters

AttrRange
Type: MediaCy.IQL.CapturemcCaptAttrRange
Preview Range structure for the attribute passed in.
Remarks
This 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