 | ISimObjectCalculate Property |
Specifies whether the SimObject will be calculated during the simulation.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxbool Calculate { get; set; }Property Calculate As Boolean
Get
Set
Dim instance As ISimObject
Dim value As Boolean
value = instance.Calculate
instance.Calculate = value
Property Value
Type:
Boolean
See Also