IDescStatsBox.AddVariableStub

Syntax

AddVariableStub(Stub: IVariableStub);

Parameters

Stub. The variable, which descriptive statistics must be calculated.

Description

The AddVariableStub method adds the variable to the component, for which it is necessary to calculate descriptive statistics.

Comments

If the added variable includes additional dimensions, a dialog box opens to fix elements by these dimensions. If no dialog box should be displayed, it is recommended to use the AddVariableStubFixedSlice method.

Example

The example of use is given in description of the ModelSpace property.

See also:

IDescStatsBox