Interface IMapLayer
A dynamic map layer
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMapLayer : IBaseMapLayer, IMapLegendElementBase, INotifyPropertyChanged
Properties
| Improve this Doc View SourceGroup
Gets or sets the group.
Declaration
string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String | The group. |
Visible
Gets or sets a value indicating whether this IMapLayer is visible.
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|