IMsExpressionEdit.ClearAttributes

Syntax

ClearAttributes;

Description

The ClearAttributes method deletes all attributes added for using in the component.

Comments

The method deletes all attributes, which were added using the IMsExpressionEdit.AddAttribute method, or obtained on setting the IMsExpressionEdit.SelectionSet property.

Example

The method use is given in the example for IMsExpressionEdit.AddAttribute.

See also:

IMsExpressionEdit