Click or drag to resize

IVariablesSetOptimizableVariableValues Method

Sets all optimizable variables values at once.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void SetOptimizableVariableValues(
	Object values
)

Parameters

values
Type: SystemObject
An array of values to set. It must be the same length and order as optimizable variables list.
See Also