Search Results for

    Show / Hide Table of Contents

    Interface ISubLayerDefinition

    Represents the base of all layer definitions

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ISubLayerDefinition : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    LayerType

    Gets the type of layer definition

    Declaration
    LayerType LayerType { get; }
    Property Value
    Type Description
    LayerType
    | Improve this Doc View Source

    ResourceId

    Gets or sets the resource id which is the data source for this layer

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