ICalcObjectsList.IndexOf

Syntax

IndexOf(CalcObject: ICalcObject): Integer;

Parameters

CalcObject. Calculation algorithm object.

Description

The IndexOf method returns index of the specified object in the collection.

Example

The method use is given in the example for ICalcObjectsList.FindByMetaModelKey.

See also:

ICalcObjectsList