Optimizer.SetConstraintValues(Array) Method

Top 

Description

Sets the constraint values from an array. The constraintValues array must be of the same length as the optimizer's current Constraints array.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Optimizer.SetConstraintValues(

Array constraintValues)

 

 

Arguments

constraintValues


Description:

Values to assign to constraints.

 

 

 

Syntax

myOptimizer1.SetConstraintValues(myArray1);

 

 

See also

Optimizer Object