ICpTargetAdjustment.PhaseVariables

Fore Syntax

PhaseVariables: ITargetPhaseVariablesArray;

Fore.NET Syntax

PhaseVariables: Prognoz.Platform.Interop.Cp.ITargetPhaseVariablesArray;

Description

The PhaseVariables property returns the phase variables collection.

Comments

To get the collections of controlling and explanatory variables, use the ICpTargetAdjustment.ControlVariables and ICpTargetAdjustment.Explanatories properties.

Fore and Fore.NET Examples

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

See also:

ICpTargetAdjustment