Interface IBaseMapLayer
Base layer interface
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IBaseMapLayer : IMapLegendElementBase, INotifyPropertyChanged
Properties
| Improve this Doc View SourceResourceId
Gets or sets the resource id.
Declaration
string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resource id. |
Selectable
Gets or sets a value indicating whether this IBaseMapLayer is selectable.
Declaration
bool Selectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|