All Editions
Related Functions
Example
The IN_GetDisplayLayer function returns whether a layer or CAD layer is hidden or displayed.
Syntax
int IN_GetDisplayLayer( docwinID, layerID, pbIsVisible )
|
Input Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
IN_LAYER layerID |
identifier of the layer or CAD layer to query | |
|
Values |
Meaning | |
|
IN_BOOLPTR pbIsVisible |
pointer to: |
|
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
See also