IMsProblemVariablesReport.SetModelSpace

Fore Syntax

SetModelSpace(Value: IMsModelSpace);

Fore.NET Syntax

SetModelSpace(Value: Prognoz.Platform.Interop.Ms.IMsModelSpace);

Parameters

Value. Modeling container.

Description

The SetModelSpace method determines modeling container with problem for which report is generated.

Comments

To add variables to the report, use the IMsProblemVariablesReport.AddVariable and IMsProblemVariablesReport.AddVariableKind methods.

Fore and Fore.NET Examples

The property use is given in the example for IMsProblemVariablesReport.AddSlice.

See also:

IMsProblemVariablesReport