Inherits IDispatch.
Properties | |
IGroupMovement | Movement [get] |
IGroupConfig | Configuration [get] |
IGroupInfo | Information [get] |
Definition of the IGroup interface used to access the functionality of a single group.
Use the IGroup interface to access the settings, configuration and status of a single group object.
Definition at line 71 of file IGroup.idl.
|
get |
This property returns a IGroupMovement interface. With this object, you can move a robot.
[out] | Movement | Returns the IGroupMovement interface of the given group. |
|
get |
This property returns a IGroupConfig interface. With this object, you can config a robot.
[out] | Config | Returns the IGroupConfig interface of the given group. |
|
get |
This property returns a IGroupInfo interface. With this object, you can get information about a robot.
[out] | Info | Returns the IGroupInfo interface of the given group. |