IDescStatsBox.AddVariableStub

Syntax

AddVariableStub(Stub: IVariableStub);

Parameters

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

Description

The AddVariableStub method adds a variable to the component.

Comments

After the variable is added to the component, descriptive statistics are calculated for it.

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 IDescStatsBox.AddVariableStubFixedSlice method.

Example

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

See also:

IDescStatsBox