IMsModelSpace

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsModelSpace interface contains basic properties of the  modeling container.

Inheritance Hierarchy

          IMsModelSpace

Comments

Modeling container is a repository object used to create mathematical models of some processes (phenomena) and to perform calculations based on these models.

Properties

  Property name Brief description
The Database property determines a database that will store data of models contained in modeling container.
The EndDate property determines the calendar period end date used for calculations in modeling container.
The Rubricator property determines a time series database which stores modeling container data.
The ScenarioDimension property returns the collection of modeling container scenarios as a dimension.
Outdated. Use IMsModelSpace.ScenarioTree.
The ScenarioTree property returns the scenario collection as a tree.
The StartDate property determines the calendar period start date used for calculations in modeling container.
The UserMethodTemplates property returns the collection of user method templates used in modeling container.

See also:

Ms Assembly Interfaces