Inherits IDispatch.

| Properties | |
| IGroup | Item ([in] VARIANT nameOrIndex)  [get] | 
Definition of the IGroups interface which is a collection of IGroups objects.
Use the IGroups interface to get the references of an IGroups object; either using the axis name or logical axis index.
Definition at line 72 of file IGroups.idl.
| 
 | getproperty | 
This property returns an IGroups object given by name of the robot or by index.
| [in] | nameOrIndex | Either the name (e.g. "Delta") or the index (starting a 1) of the group used to get the interface. | 
| [out] | group | Returns the IGroup interface of the given group. |