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.