Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsScenarioTreeEntries interface contains properties and methods used to work with scenario tree on a given hierarchy level.
IMsScenarioTreeEntries
Scenario tree consists of elements implemented by the IMsScenarioTreeEntry interface.
| Property name | Brief description | |
| The Count property returns the number of scenario tree elements at the current hierarchy level. | ||
| The Item property returns a scenario tree element. |
| Method name | Brief description | |
| The AddFolder method adds a new folder to the tree of modeling container scenarios. | ||
| The AddScenario method adds a new scenario. | ||
| The Clear method clears the tree of modeling container scenarios. | ||
| The FindByInternalKey method searches for the modelling scenario by the internal key. | ||
| The FindByKey method searches for an element in the scenario tree. | ||
| The IndexOf method returns element index in scenario tree. | ||
| The MoveTo property changes element position in scenario tree. | ||
| The Remove method removes element from scenario tree by its index. | ||
| The RemoveByInternalKey method removes the modelling scenario by its internal key. | ||
| The RemoveByKey method removes element from scenario tree by its key. | ||
| The RemoveByKeyEx method removes the element from the scenario tree with ability of recursive removal of child elements. |
See also: