IMsProblem.Variables

Syntax

Variables(Kind: MsVariableKind): IMsVariableList;

Parameters

Kind. The type of variables that should be obtained.

Description

The Variables property returns the collection of variables, the data of which is used in calculation of this problem.

Comments

The property is outdated, use IMsProblem.VariableStubs.

The variable type is determined by the Kind parameter.

See also:

IMsProblem