layers
|
|
Access
|
read-only
|
Returns
|
fLayer[]
|
modes
|
|
Access
|
read-only
|
Returns
|
fIntArray
|
addLayerlayermode
|
|
Parameters
|
fLayerlayer
The layer to add to the group.
intmode
The mode for this layer, one of fLayerGroup.LayerMode.
|
Returns
|
fLayer. The newly created layer.
|
Throws
|
fContentException
TEMPLATE_READONLY: The template is read only and cannot be changed.
|
clearLayers
|
|
Parameters
|
None
|
Returns
|
void. None.
|
Throws
|
fContentException
TEMPLATE_READONLY: The template is read only and cannot be changed.
|
removeLayerlayer
|
|
Parameters
|
fLayerlayer
The layer to remove from the group.
|
Returns
|
void. None.
|
Throws
|
fContentException
TEMPLATE_READONLY: The template is read only and cannot be changed.
|