Attribute Property

NI Vision for Visual Basic

Attribute Property

Syntax

CWIMAQ.Attribute Attribute, typeUINT

Data Type

Variant

Purpose

Hidden property that takes a parameter and allows you to set and get NI-IMAQ attributes that are not supported in the CWIMAQ control.

Remarks

Use this property in cases where an attribute that you want to set is not available through any of the properties or methods of the CWIMAQ control. Refer to the NI-IMAQ Function Reference Help for a complete list of supported attributes.

Parameters

Attribute As Long

The NI-IMAQ constant of the attribute to set.

typeUINT As Boolean

If the attribute is an unsigned long, set this to True. If the attribute is a double, set this to False.