IAlgorithmParams.FindById

Syntax

FindById(Id: Integer): IAlgorithmParam;

Parameters

Id. Parameter control settings identifier.

Description

The FindById method searches for parameter control settings by identifier.

Comments

If settings with the specified identifier are not found, the method returns Null.

See also:

IAlgorithmParams