ITargetPhaseVariablesArray.RemoveById

Fore Syntax

RemoveById(Id: String): Boolean;

RemoveByIdFore.NET

Remove(Id: string): boolean;

Parameters

Index. Phase variable identifier.

Description

The RemoveById method removes phase variable with the specified identifier from the collection.

Comments

If the variable is successfully removed, the method returns True, otherwise it returns False.

See also:

ITargetPhaseVariablesArray