Search Results for

    Show / Hide Table of Contents

    Class SelectedLayer

    A layer in a selection set

    Inheritance
    System.Object
    SelectedLayer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.ObjectModels.SelectionModel
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public class SelectedLayer

    Properties

    | Improve this Doc View Source

    Feature

    The selected feature attribute collection

    Declaration
    public List<Feature> Feature { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Feature>
    | Improve this Doc View Source

    Id

    The runtime layer object id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LayerMetadata

    Metadata of this layer

    Declaration
    public LayerMetadata LayerMetadata { get; set; }
    Property Value
    Type Description
    LayerMetadata
    | Improve this Doc View Source

    Name

    The name of the layer

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