Interface ISubLayerDefinition
Represents the base of all layer definitions
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISubLayerDefinition : INotifyPropertyChanged
Properties
| Improve this Doc View SourceLayerType
Gets the type of layer definition
Declaration
LayerType LayerType { get; }
Property Value
Type | Description |
---|---|
LayerType |
ResourceId
Gets or sets the resource id which is the data source for this layer
Declaration
string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |