Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Ms > Ms Assembly Interfaces > IMsModelList > IMsModelList.RemoveByKey

IMsModelList.RemoveByKey

Syntax

RemoveByKey(ModelKey: Boolean): Boolean;

Parameters

ModelKey. Model key.

Description

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

Example

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

See also:

IMsModelList