IMetaAttributeParamItem.Tag

Syntax

Tag: Variant;

Description

The Tag property determines data connected to this parameter.

Comments

This property can save any custom data. All this data can be obtained in the OnMetaAttributeParam event when setting the parameter as the attribute value.

Example

The property use is given in description of the IMetaAttributeParamItems.Add method.

See also:

IMetaAttributeParamItem