IAlgoObjectsParamsControl.FindByKey

Syntax

FindByKey(ObjKey: Integer): IAlgoObjectParamsControl;

Parameters

ObjKey. Repository object key.

Description

The FindByKey method searches for and returns object parameter control settings.

Comments

The method returns Null if there is no object with the specified key in the calculation algorithm.

Example

The method use is given in the example for ICalcAlgorithm.ObjectParamsControl.

See also:

IAlgoObjectsParamsControl