Interface IMapLayerGroup
A dynamic map layer group
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMapLayerGroup : IMapLegendElementBase, INotifyPropertyChanged
Properties
| Improve this Doc View SourceGroup
Gets or sets the group name. If null, it means this layer doesn't belong to any group
Declaration
string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String | The group. |
Parent
Gets the parent map definition
Declaration
IMapDefinition Parent { get; }
Property Value
Type | Description |
---|---|
IMapDefinition | The parent map definition. |
Visible
Gets or sets a value indicating whether this IMapLayerGroup is visible.
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|