Name
LayerGroupExists -- check if group exists (V10.0)
Synopsis
ok = LayerGroupExists(group$)
Library
layers

Function
This function checks if the layer group specified by group$ exists. If it does, True is returned, False otherwise.

You need to enable layers before you can use this function. See Layers introduction for details.

Inputs
group$
name of the layer group
Results
ok
True if the group exists, False if it doesn't

Show TOC