formZ SDK | 5.0 API Reference | Project | Modeling | Layer Manager
Description
Layer parameters shared by all layrs.
enum fz_layr_parm_enum {
FZ_LAYR_PARM_NAME,
FZ_LAYR_PARM_VISIBLE,
FZ_LAYR_PARM_GHOST,
FZ_LAYR_PARM_LOCK,
FZ_LAYR_PARM_SNAP };
Members
FZ_LAYR_PARM_NAME
layer name (48 characters max).
Type: char*
FZ_LAYR_PARM_VISIBLE
Indicates the layer is visible in the project windows.
Type: fzrt_boolean
Default Value: FALSE
FZ_LAYR_PARM_GHOST
Indicates the layer is ghosted in the project windows.
Type: fzrt_boolean
Default Value: FALSE
FZ_LAYR_PARM_LOCK
Indicates the layer is locked in the project windows.
Type: fzrt_boolean
Default Value: FALSE
FZ_LAYR_PARM_SNAP
Indicates the layer is snappable in the project windows.
Type: fzrt_boolean
Default Value: FALSE
Availability
5.0.0.0
Defined in