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

Determines if the layer group is potentially visible.

Remarks:
Note that this method may return true even though the group is not visible. This will occur if one of the groups this group is organized within is not visible.
.NET Syntax
bool GetVisible();
Java Syntax
boolean GetVisible();
PHP Syntax
bool GetVisible();
Returns:
Returns true if the layer group is potentially visible, or false otherwise.
Example (PHP)
See MgMapBase class .