Editions
Related Functions
Example
The IN_ImportLayer function adds the specified file as a layer on the specified page.
Syntax
int IN_ImportLayer( pageID, location, pFileName, pNewLayerID )
|
Input Parameters |
Values |
Meaning |
|
IN_PAGE pageID |
0 | pageID |
current | specific |
|
SHORT location |
IN_LOCN_DISK (0) |
the file is located on a disk |
|
CHARPTR pFileName |
pointer to the layer file to import | |
|
Meaning | ||
|
IN_LAYER_PTR pNewLayerID |
pointer to the identifier of the new layer | |
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