Click or drag to resize

IMcCaptDevAttributeValue Property

Gets or sets the value of the attribute.

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

Property Value

Type: Object
Remarks
The value property holds the current value of the attribute. Values cannot be set for read-only attributes (has the mcarReadOnly bit set in the attribute range flags).
See Also