formZ SDK | 5.0 API Reference | Project | Modeling | Layer Manager

fz_layr_grup_get_parm_data

Description

Gets a layer group's parameter. For the parameters if the return value is -1, the status of the layers in the group is not the same. For example, if there are 3 layers in a group with two layers which have visibility on and one layer with visibility off, the LAYR_GROUP_PARAM_VISIBILITY parameter will be returned as -1.

Plugin Prototype

fzrt_error_td fz_layr_grup_get_parm_data(

fzrt_int

windex,

fz_grup_ptr

grup,

fz_layr_parm_enum

which,

fz_type_td *

data )

Parameters

windex [Input]

project window index

grup [Input]

layer group

which [Input]

parameter identifier

data [Result]

parameter data

Returns

Error codes

Availability

5.0.0.0

Example Files

util_layers.fsl

See Also

fz_layr_grup_set_parm_data

Function Set

fz_layr_fset


Defined in

fz_layr_api.h