Optimizer.SaveObjectToProcess(Object) Method

Top 

Description

Saves the initial state of the object. The object will be restored to this initial state whenever the Optimizer.RestoreObjectsInProcess() method is called.

 

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

Object object)

 

 

Arguments

object


Description:

participating object

 

 

 

Return Value

Type:

number

 

 

Returns the updated number of objects participating in the optimization process.

 

Syntax

myVariable1 = myOptimizer1.SaveObjectToProcess(myObject1);

 

 

See also

Optimizer Object