Click or drag to resize

IEncoderResume Method

Called immediately after the motor has been resumed (following a pause).

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void Resume(
	double pauseDuration
)

Parameters

pauseDuration
Type: SystemDouble
The duration (in seconds) of the pause.
See Also