OptimizationConstraint Object |
Top Previous Next |
DescriptionThe 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 ModeThis page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
See also Optimization Guide |