Remove(Index: Integer): Boolean;
Remove(Index: Integer): boolean;
Index. Parameter index in the collection.
The Remove method removes parameter from the collection by its index.
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: