IsContain(CalcObject: ICalcObject): Boolean;
CalcObject. Calculation algorithm object.
The IsContain method returns whether the specified object is in the collection.
Available values:
True. The object is in the collection.
False. The object is not in the collection.
The method use is given in the example for ICalcObjectsList.FindByMetaModelKey.
See also: