IMsModelParams.Remove

Syntax

Remove(Index: Integer): Boolean;

Syntax

Remove(Index: Integer): boolean;

Parameters

Index. Parameter index in the collection.

Description

The Remove method removes parameter from the collection by its index.

Comments

Indexing of parameters in the collection is continuous and starts with zero. To get the number of parameters in the collection, use the IMsModelParams.Count property.

If the removal is successful, the method returns True, otherwise it returns False.

See also:

IMsModelParams