MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgLayerGroup::IsVisible ( ) [virtual]

Determines the actual visibility of the group.

Remarks:
The visibility depends on the visible property of the group, and the visible property of each group this group is organized within.
.NET Syntax
bool IsVisible();
Java Syntax
boolean IsVisible();
PHP Syntax
bool IsVisible();
Returns:
Returns true if the layer group is visible, or false otherwise.
Example (PHP)
See MgMapBase class .