Optimizer.GetStateVariable(String) Method

Top 

Description

Gets a reference to the StateVariable associated with the specified label. If no StateVariable is associated with that label, an error is reported.

 

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.GetStateVariable(

String label)

 

 

Arguments

label


Description:

The label corresponding to the StateVariable.

 

 

 

Return Value

Type:

OptimizationStateVariable

 

 

Returns the OptimizationStateVariable associated with the specified label.

 

Syntax

myOptimizer1.GetStateVariable(myString1);

 

 

See also

Optimizer Object