ICpTargetAdjustment.ControlVariables

Fore Syntax

ControlVariables: ITargetControlVariablesArray;

Fore.NET Syntax

ControlVariables: Prognoz.Platform.Interop.Cp.ITargetControlVariablesArray;

Description

The ControlVariables property returns the controlling variables collection.

Comments

To get the collections of phase and explanatory variables, use the ICpTargetAdjustment.PhaseVariables and ICpTargetAdjustment.Explanatories properties.

Fore and Fore.NET Examples

The property use is given in the example for ICpTargetAdjustment.Tolerance.

See also:

ICpTargetAdjustment