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 SourceFeature
The selected feature attribute collection
Declaration
public List<Feature> Feature { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Feature> |
Id
The runtime layer object id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LayerMetadata
Metadata of this layer
Declaration
public LayerMetadata LayerMetadata { get; set; }
Property Value
Type | Description |
---|---|
LayerMetadata |
Name
The name of the layer
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |