All Editions
Related Functions
Example
The IN_GetParentID function returns the identifier of the specified document object's parent object. A parent of a page can be a page that contains embedded (subordinate or child) pages. The parent of a layer is the page that contains it.
Syntax
int IN_GetParentID( objectID, pParentID )
|
Input Parameters |
Meaning |
|
IN_OBJECT objectID |
identifier of the document, page, or layer to query |
|
Meaning | |
|
IN_OBJECT_PTR pParentID |
pointer to the parent object identifier |
Release information
Added to Imagenation for Windows in Release 4.00.
As of Release 5.1, also available in Imagenation for UNIX.
Also supported in Imagenation 3.3 for UNIX.
See also