Search Results for

    Show / Hide Table of Contents

    Interface IMapSet

    Describes the map set of the Flexible Layout

    Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IMapSet

    Properties

    | Improve this Doc View Source

    MapGroupCount

    The number of map groups

    Declaration
    int MapGroupCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MapGroups

    The map groups

    Declaration
    IEnumerable<IMapGroup> MapGroups { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IMapGroup>

    Methods

    | Improve this Doc View Source

    AddGroup(IMapGroup)

    Adds a map group

    Declaration
    void AddGroup(IMapGroup group)
    Parameters
    Type Name Description
    IMapGroup group
    | Improve this Doc View Source

    GetGroupAt(Int32)

    Gets the map group at the given index

    Declaration
    IMapGroup GetGroupAt(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    IMapGroup
    | Improve this Doc View Source

    RemoveGroup(IMapGroup)

    Removes the given map group

    Declaration
    void RemoveGroup(IMapGroup group)
    Parameters
    Type Name Description
    IMapGroup group

    Extension Methods

    ExtensionMethods.GetGroupById(IMapSet, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng