IN_NewLayer

image\bltlrgsq_shg.gif Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_NewLayer function adds a new edit layer of the specified type on the specified page.

Syntax

int IN_NewLayer( pageID, layerType, pNewLayerID )

Input Parameters

Values

Meaning

IN_PAGE pageID

0 | pageID

current | specific

SHORT layerType

IN_LAYER_REDLINE (1) Redline

IN_LAYER_EDIT (2) Edit

IN_LAYER_FULLEDIT (3) Full Edit (unrestricted layer--the only type in the standard user interface)

IN_LAYER_ANNOTATION (4)
Annotation

IN_LAYER_HOTSPOT (5) Hotspot

Output Parameters

Meaning

IN_LAYER_PTR pNewLayerID

pointer to the new layer identifier

Remarks

If the page has never been viewed, the new layer is not active.

image\postit_shg.gif Choosing an edit layer type

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

Adding layers and pages