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 DefaultObject property determines times series database where modeling container data will be stored.
The EndDate property determines the calendar period end date used for calculations in modeling container.
Outdated. Use IMsModelSpace.DefaultObject.
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