 | IVariableMaxValue Property |
Maximum value of optimizable variable.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxdouble MaxValue { get; set; }Property MaxValue As Double
Get
Set
Dim instance As IVariable
Dim value As Double
value = instance.MaxValue
instance.MaxValue = value
Property Value
Type:
Double
See Also