Interface IMapGuideOverlayOptions
Describes MapGuide overlay options
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMapGuideOverlayOptions
Properties
| Improve this Doc View SourceIsBaseLayer
Indicates if this is a base layer
Declaration
bool IsBaseLayer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Projection
Indicates the projection
Declaration
string Projection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseOverlay
Indicates if selection overlay should be used
Declaration
bool UseOverlay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |