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