IMsExpressionEdit.RemoveAttribute

Syntax

RemoveAttribute(Value: IMetaAttribute);

Parameters

Value. Attribute of time series database.

Description

The RemoveAttribute method deletes the selected attribute from the attributes list, the values of which are used in the component.

Comments

The Value parameter cannot take the Null value.

The method is used for the attributes, which were added using the IMsExpressionEdit.AddAttribute method or when setting the IMsExpressionEdit.SelectionSet property.

The number of attributes added to use can be obtained in the IMsExpressionEdit.GetAttributeCount property.

See also:

IMsExpressionEdit