Click or drag to resize

IEncoderDetach Method

Called when a motor has detatched the encoder.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void Detach()
Remarks
After this function is called the Motor property must return null until Attach(MotorAspect) is called. You should ensure that any locks acquired are released by this function.
See Also