Search Results for

    Show / Hide Table of Contents

    Interface IMapDefinitionBase

    Represents the base interface of map definitions and their runtime forms

    Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IMapDefinitionBase

    Properties

    | Improve this Doc View Source

    BackgroundColor

    Gets or sets the color of the background.

    Declaration
    Color BackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The color of the background.

    | Improve this Doc View Source

    CoordinateSystem

    Gets the coordinate system. Layers whose coordinate system does not match will be re-projecte to this coordinate system when rendering

    Declaration
    string CoordinateSystem { get; }
    Property Value
    Type Description
    System.String

    The coordinate system.

    | Improve this Doc View Source

    Name

    Gets the name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    The name.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng