IMsAttributesFormulasList.Add

Syntax

Add: IMsFormulaTransform;

Description

The Add method adds a new calculation method to the collection.

Comments

After executing the added method of calculation is returned. The method is added to the end of the collection, value of the IMsAttributesFormulasList.Count property is increased by one.

Example

The method use is given in the example for IMsModel.AttributeFormulasList.

See also:

IMsAttributesFormulasList