ITsModelParams.FindByKey

Fore syntax

FindByKey(Key: Integer): ITsModelParam;

Fore.NET syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.Transform.ITsModelParam;

Parameters

Key. Parameter key.

Description

The FindByKey method searches for parameter in the collection by its key.

Comments

If parameter with the specified key is not found, the method returns Null.

See also:

ITsModelParams