VariableSpeedMotorApplyInitialStateOnReset Property |
Whether the
InitialState (as configured) should be applied on reset.
Namespace: Demo3D.Visuals.MotorAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool ApplyInitialStateOnReset { get; set; }Property Value
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