Q3Group_GetFirstPosition
You can use theQ3Group_GetFirstPositionfunction to get the position of the first object in a group.
TQ3Status Q3Group_GetFirstPosition ( TQ3GroupObject group, TQ3GroupPosition *position);
group- A group.
position- On exit, a group position.
DESCRIPTION
TheQ3Group_GetFirstPositionfunction returns, in thepositionparameter, the position of the first object in the group specified by thegroupparameter.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorNULLParameter