Editions
Related Functions
Example
The IN_SetDisplayLayer function displays or hides a layer or CAD layer. Active layers are always displayed, so if you hide an active layer, it is also deactivated.
Syntax
int IN_SetDisplayLayer( docwinID, layerID, bIsVisible )
|
Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
IN_LAYER layerID |
identifier of the layer or CAD layer to display or hide | |
|
IN_BOOL bIsVisible |
FALSE | TRUE |
hide | display |
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
See also