The IMsScenarios interface contains properties and methods of a collection of modeling container scenarios.
The interface is outdated, use the IMsScenarioTreeEntries interface instead.
| Property name | Brief description | |
| The Count property returns the number of scenarios stored in modeling container. | ||
| The Item property returns a scenario. |
| Method name | Brief description | |
| The Add method adds a new scenario. | ||
| The Clear method deletes all scenarios from the collection. | ||
| The FindByKey method finds a scenario by its key. | ||
| The MoveTo method moves a scenario within the list. | ||
| The Remove method removes scenario by the specified index. | ||
| The RemoveByKey method removes a scenario based on its key. |
See also: