ITargetPhaseVariablesArray.FindById

Fore Syntax

FindById(Id: String): ITargetPhaseVariable;

Fore.NET Syntax

FindById(Id: string): ITargetPhaseVariable;

Parameters

Id. Identifier of searched phase variable.

Description

The FindById method searches for phase variable with the set identifier in the collection.

Comments

If the variable with the specified identifier is not found, the method returns Null.

See also:

ITargetPhaseVariablesArray