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::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
.
Comments or suggestions? Send us
feedback
.