Interface ILayerSet
A set of layers
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ILayerSet
Properties
| Improve this Doc View SourceLayer
Gets the layers.
Declaration
BindingList<string> Layer { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.BindingList<System.String> | The layers. |