IMsCalculationChainFilter.FindById

Fore Syntax

FindById(Id: String): IMsCalculationChainEntry;

Fore.NET Syntax

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

Parameters

Id. Collection element identifier.

Description

The FindById method searches for an element with the specified identifier in the collection.

Comments

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

See also:

IMsCalculationChainFilter