Q3Group_GetFirstObjectPosition
You can use the Q3Group_GetFirstObjectPosition function to get the position of the first instance of an object in a group.
TQ3Status Q3Group_GetFirstObjectPosition (
TQ3GroupObject group,
TQ3Object object,
TQ3GroupPosition *position);
group
- A group.
object
- An object.
position
- On exit, a group position.
DESCRIPTION
The Q3Group_GetFirstObjectPosition function returns, in the position parameter, the position of the first instance in the group specified by the group parameter of the object specified by the object parameter.
ERRORS
kQ3ErrorInvalidObject
kQ3ErrorNULLParameter