VariableSpeedMotorApplyInitialStateOnReset Property |
Whether the
InitialState (as configured) should be applied on reset.
Namespace:
Demo3D.Visuals.Motor
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool ApplyInitialStateOnReset { get; set; }Property Value
Type:
Boolean
Remarks
If set to true then the current state is set equal to the initial state on reset. If set
to false then the current state is persistent across reset.
See Also