PauseAxis¶
- 
virtual void IAxisControlGroup::PauseAxis(PAxisControl axis) = 0¶
- Pauses the specified axis. - Parameters
- axis – Axis to be paused. 
- Throws
- CNullArgumentException– Empty pointer was passed.
- CInvalidArgumentException– Axis is not part of this group.
- CUnknownObjectException– Axis is unknown, belongs to an other controller.
- 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.