ICalcLinearOptimizationBlock.IsValidStub

Syntax

IsValidStub(Stub: IVariableStub): Boolean;

Parameters

Stub. Data source.

Description

The IsValidStub method returns whether data source corresponds with criterion function.

Comments

The correspondence is checked by means of searching for criterion function source dimensions in the data source structure. If at least one dimension is missing, the method returns False.

Available values:

See also:

ICalcLinearOptimizationBlock