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 > IMsScenarioTreeEntries
Assembly: 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 | |
![]() |
Count | The Count property returns the number of scenario tree elements at the current hierarchy level. |
![]() |
Item | The Item property returns a scenario tree element. |
Method name | Brief description | |
![]() |
AddFolder | The AddFolder method adds a new folder to the tree of modeling container scenarios. |
![]() |
AddScenario | The AddScenario method adds a new scenario. |
![]() |
Clear | The Clear method clears the tree of modeling container scenarios. |
![]() |
FindByInternalKey | The FindByInternalKey method searches for the modelling scenario by the internal key. |
![]() |
FindByKey | The FindByKey method searches for an element in the scenario tree. |
![]() |
IndexOf | The IndexOf method returns element index in scenario tree. |
![]() |
MoveTo | The MoveTo property changes element position in scenario tree. |
![]() |
Remove | The Remove method removes element from scenario tree by its index. |
![]() |
RemoveByInternalKey | The RemoveByInternalKey method removes the modelling scenario by its internal key. |
![]() |
RemoveByKey | The RemoveByKey method removes element from scenario tree by its key. |
![]() |
RemoveByKeyEx | The RemoveByKeyEx method removes the element from the scenario tree with ability of recursive removal of child elements. |
See also: