Web API Reference MapGuide Open Source
virtual void MgLayerGroup::SetGroup ( MgLayerGroup group  )  [virtual]

Changes the group this group is organized within.

.NET Syntax
void SetGroup(MgLayerGroup group);
Java Syntax
void SetGroup(MgLayerGroup group);
PHP Syntax
void SetGroup(MgLayerGroup group);

Parameters:
group (MgLayerGroup) Group for this group to belong to, or NULL if the group should not belong to any group.
Returns:
Returns nothing.


Comments or suggestions? Send us feedback.