IMsProblemVariablesReport.AddVariableKind

Syntax

AddVariableKind(Kind: MsVariableKind);

Parameters

Kind. Variable type.

Description

The AddVariableKind method adds all variables of specified type to report.

Comments

By using this method it is possible to add all input, all output or all variables that are used in the problem, to the report.

Example

The property use is given in the example for IMsProblem.CreateVariablesReport.

See also:

IMsProblemVariablesReport