IMsProblemScenarios.RemoveByInternalKey

Syntax

RemoveByKey(InrernalKey: Integer): Boolean;

Parameters

InrernalKey. Internal key of the modelling scenario.

Description

The RemoveByInternalKey method removes the modelling scenario by its internal key.

Comments

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

To get the internal key of the modelling scenario, use the IMsScenario.InternalKey property.

Example

The property use is given in the example for IMsProblemScenarios.FindByInternalKey.

See also:

IMsProblemScenarios