Search Results for

    Show / Hide Table of Contents

    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 Source

    IsBaseLayer

    Indicates if this is a base layer

    Declaration
    bool IsBaseLayer { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Projection

    Indicates the projection

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

    UseOverlay

    Indicates if selection overlay should be used

    Declaration
    bool UseOverlay { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng