IMsModelList.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Model index in the collection.

Description

The Remove method removes a model from the collection by its index. Returns True if the removal was successful.

Example

The method use is given in the example for IMsModelList.Item.

See also:

IMsModelList