IMsCalculationChainEntries.FindById

Fore Syntax

FindById(Id: String): IMsCalculationChainEntry;

Fore.NET Syntax

FindById(Id: string): Prognoz.Platform.Interop.Ms.IMsCalculationChainEntry;

Parameters

Id. Identifier of the calculation chain element.

Description

The FindById method searches for a calculation chain element by its identifier.

Comments

If the element is not found, the method returns Null.

See also:

IMsCalculationChainEntries