IABACAttributeInstance.IsArray

Syntax

IsArray: Boolean;

Description

The IsArray property returns whether attribute has multiple values.

Comments

This property is relevant when the existing attribute value is edited.

To change attribute value, use the IABACAttributeInstance.Value property.

Example

The property use is given in the example for IABACAttributeInstance.Value.

See also:

IABACAttributeInstance