IDefCalculationAlgorithm.MapInfo

Syntax

MapInfo: IDefCalculationAlgorithmMapInfoCollection;

Description

The MapInfo property returns collection of calculation algorithm bindings to other data entry forms.

Comments

The property is relevant, if the algorithm contains calculation block. Binding to data entry forms is used to drill down formulas in calculation algorithm.

Example

The example of use is given in description of the IDefCalculationAlgorithmsCollection.Add method.

See also:

IDefCalculationAlgorithm