StateMachine

IStateMachine<AxisControlState> IAxisControlBase.StateMachine { get; }

Gets the (read-only) state machine of the axis control.

Value

IStateMachine<AxisControlState> – Axis control state machine.

Throws