RemoveByKey(InrernalKey: Integer): Boolean;
InrernalKey. Internal key of the modelling scenario.
The RemoveByInternalKey method removes the modelling scenario by its internal key.
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.
The method use is given in the example for IMsScenarioTreeEntries.FindByInternalKey.
See also: