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