Interface IRuntimeMapInfo2
Describes the structure of a Runtime Map. Based on RuntimeMap v3.0.0 schema
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IRuntimeMapInfo2 : IRuntimeMapInfo
Properties
| Improve this Doc View SourceTileHeight
The tile height
Declaration
int? TileHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TileSetDefinition
The referenced tile set definition
Declaration
string TileSetDefinition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TileWidth
The tile width
Declaration
int? TileWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |