IMsScenarioTreeEntries.RemoveByInternalKey

Fore Syntax

RemoveByKey(InrernalKey: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(InrernalKey: uinteger): 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.

Fore and Fore.NET Examples

The method use is given in the example for IMsScenarioTreeEntries.FindByInternalKey.

See also:

IMsScenarioTreeEntries