AxisControls¶
-
IDictionary<string, IAxisControl> IAxisControlGroup.AxisControls { get; }¶
Gets the collection of axis controls of this axis control group.
- Value
IDictionary<string, IAxisControl> – Collection of axis controls of this axis control group.
- Throws
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.