Search Results for

    Show / Hide Table of Contents

    Interface IMapLayer

    A dynamic map layer

    Inherited Members
    IBaseMapLayer.ResourceId
    IBaseMapLayer.Selectable
    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 IMapLayer : IBaseMapLayer, IMapLegendElementBase, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Group

    Gets or sets the group.

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

    The group.

    | Improve this Doc View Source

    Visible

    Gets or sets a value indicating whether this IMapLayer 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