Interface IVectorLayer
A layer that manages vector features.
Inherited Members
System.IDisposable.Dispose()
Namespace: Mars.Interfaces.Layers
Assembly: Mars.Interfaces.dll
Syntax
public interface IVectorLayer : IEnvelopDataLayer, IDataSet, IDisposable, IDataLayer, IChangingLayer, ILayer, IModelObject, INotifyChangedSource<IVectorFeature>
Properties
| Improve this Doc View SourceFeatures
Gets all containing vector features
Declaration
ICollection<IVectorFeature> Features { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IVectorFeature> |