ResumeAxis¶
-
virtual void IAxisControlGroup::ResumeAxis(PAxisControl axis) = 0¶
Resumes the specified axis.
- Parameters
axis – Axis to be resumed.
- Throws
CNullArgumentException
– Empty pointer was passed.CInvalidArgumentException
– Axis is not part of this group.CUnknownObjectException
– Axis is unknown, belongs to an other controller.CInvalidOperationException
– State of the specified axis control is not compatible other axes in group.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException
– Object is destroyed.