IMsExpressionEdit.RemoveAttribute

Fore Syntax

RemoveAttribute(Value: IMetaAttribute);

Fore.NET Syntax

RemoveAttribute(Value: Prognoz.Platform.Interop.Rds.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 have the Null value. This method is used for those attributes, which were added using the AddAttribute method or when setting the SelectionSet property.

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

See also:

IMsExpressionEdit