ResumeAxis¶
-
void IAxisControlGroup.ResumeAxis(IAxisControl axis)¶
Resumes the specified axis.
- Parameters
axis – Axis to be resumed.
- Throws
NullArgumentException
– Null reference was passed.InvalidArgumentException
– Axis is not part of this group.UnknownObjectException
– Axis is unknown, belongs to an other controller.InvalidOperationException
– State of the specified axis control is not compatible other axes in group.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException
– Object is disposed.