ICpTargetAdjustment.TargetTrajectory

Fore Syntax

TargetTrajectory: Array;

Fore.NET Syntax

TargetTrajectory: System.Array;

Description

The TargetTrajectory property determines the trajectory, to which criterion function must correspond.

Comments

Trajectory is set as an array of real numbers.

To set criterion function, use the ICpTargetAdjustment.CriterionFunction property.

Fore and Fore.NET Examples

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

See also:

ICpTargetAdjustment