OptimizationConstraint Object

Top  Previous  Next

Description

The OptimizationConstraint object allows the user to access properties of any constraint being used in an optimization process. This object is not creatable in script, but can be added to an Optimizer object as seen in the example below. OptimizationConstraints that have been added to an Optimizer object can be accessed through properties and methods on the Optimizer object. See the Optimization Guide for more information.

 

Optimizer1.AddConstraint("con");

 

Inheritance Hierarchy: Object->OptimizationConstraint

 

Available In Editions:

Mission

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Properties

 

Methods

 

 

See also

Optimization Guide