Search Results for

    Show / Hide Table of Contents

    Interface IBaseMapLayer

    Base layer interface

    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 IBaseMapLayer : IMapLegendElementBase, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ResourceId

    Gets or sets the resource id.

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

    The resource id.

    | Improve this Doc View Source

    Selectable

    Gets or sets a value indicating whether this IBaseMapLayer is selectable.

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

    true if selectable; otherwise, false.

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