Search Results for

    Show / Hide Table of Contents

    Interface IRuntimeMapInfo2

    Describes the structure of a Runtime Map. Based on RuntimeMap v3.0.0 schema

    Inherited Members
    IRuntimeMapInfo.SiteVersion
    IRuntimeMapInfo.Name
    IRuntimeMapInfo.MapDefinition
    IRuntimeMapInfo.BackgroundColor
    IRuntimeMapInfo.DisplayDpi
    IRuntimeMapInfo.IconMimeType
    IRuntimeMapInfo.CoordinateSystem
    IRuntimeMapInfo.Extents
    IRuntimeMapInfo.Layers
    IRuntimeMapInfo.Groups
    IRuntimeMapInfo.FiniteDisplayScales
    Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IRuntimeMapInfo2 : IRuntimeMapInfo

    Properties

    | Improve this Doc View Source

    TileHeight

    The tile height

    Declaration
    int? TileHeight { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    TileSetDefinition

    The referenced tile set definition

    Declaration
    string TileSetDefinition { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TileWidth

    The tile width

    Declaration
    int? TileWidth { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng