Description
Model group parameters shared by all objects.
enum fz_grup_parm_enum {
FZ_GRUP_PARM_NAME,
FZ_GRUP_PARM_VISIBLE,
FZ_GRUP_PARM_GHOST,
FZ_GRUP_PARM_LOCK,
FZ_GRUP_PARM_SNAP };
Members
FZ_GRUP_PARM_NAME
group name (48 characters max).
Type: char*
FZ_GRUP_PARM_VISIBLE
Indicates the group is visible in the project windows.
Type: fzrt_boolean
Default Value: FALSE
FZ_GRUP_PARM_GHOST
Indicates the group is ghosted in the project windows.
Type: fzrt_boolean
Default Value: FALSE
FZ_GRUP_PARM_LOCK
Indicates the group is locked in the project windows.
Type: fzrt_boolean
Default Value: FALSE
FZ_GRUP_PARM_SNAP
Indicates the group is snappable in the project windows.
Type: fzrt_boolean
Default Value: FALSE
Availability
5.0.0.0
Example Files
See Also
fz_objt_grup_set_parm_data, fz_objt_grup_get_parm_data
Defined in