VectorLayer.Count

VectorLayer.Count property

Gets the number of features in this layer.

public virtual int Count { get; }

Property Value

The number of features in this layer.

Exceptions

exceptioncondition
InvalidOperationExceptionis thrown if layer is opened write-only.

See Also