Interface ICmsMapOptions
Describes external base layer options
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ICmsMapOptions
Properties
| Improve this Doc View SourceName
The name of the external base layer
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type of the external base layer
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |