Class FeatureSet
Models a selection set
Inheritance
System.Object
FeatureSet
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 FeatureSet
Properties
| Improve this Doc View SourceLayer
The list of layers in the selection set
Declaration
public List<Layer> Layer { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Layer> |