ICalcObjectsList.IsContain

Syntax

IsContain(CalcObject: ICalcObject): Boolean;

Parameters

CalcObject. Calculation algorithm object.

Description

The IsContain method returns whether the specified object is in the collection.

Comments

Available values:

Example

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

See also:

ICalcObjectsList