Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLayerGroup
GetDisplayInLegend
GetExpandInLegend
GetGroup
GetLayerGroupType
GetLegendLabel
GetName
GetObjectId
GetVisible
IsVisible
MgLayerGroup
SetDisplayInLegend
SetGroup
SetLegendLabel
SetVisible
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
.
Comments or suggestions? Send us
feedback
.