Search Results for

    Show / Hide Table of Contents

    Interface IMapLayerGroup

    A dynamic map layer group

    Inherited Members
    IMapLegendElementBase.Name
    IMapLegendElementBase.ShowInLegend
    IMapLegendElementBase.LegendLabel
    IMapLegendElementBase.ExpandInLegend
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IMapLayerGroup : IMapLegendElementBase, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Group

    Gets or sets the group name. If null, it means this layer doesn't belong to any group

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

    The group.

    | Improve this Doc View Source

    Parent

    Gets the parent map definition

    Declaration
    IMapDefinition Parent { get; }
    Property Value
    Type Description
    IMapDefinition

    The parent map definition.

    | Improve this Doc View Source

    Visible

    Gets or sets a value indicating whether this IMapLayerGroup is visible.

    Declaration
    bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if visible; otherwise, false.

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