Click or drag to resize

IMcCaptDevAttribute2PvwValue Property

Gets or sets the preview value of the attribute.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property PvwValue As Object
	Get
	Set

Property Value

Type: Object

Implements

IMcCaptDevAttributePvwValue
Remarks
The preview value property holds the current preview value of the attribute. This property cannot be set for read-only attributes (has the mcarReadOnly bit set in the attribute range flags) or if preview values are not supported by the attribute.
See Also