OBJGetParentCBΒΆ

OBJGetParentCB returns the handle of the parent group object.

hCB = OBJGetParentCB(hObj)

Return Value

hCB is the handle of the parent group-object. If the object does not have a parent, the functions returns 0.

Parameters

handle

handle is the handle of the object.

History

Version Description
4.2.0 New.

id-833217