VectorLayer.Count

VectorLayer.Count property

获取此图层中的特征数量。

public virtual int Count { get; }

Property Value

此图层中要素的数量。

异常

异常条件
InvalidOperationException当图层以只写方式打开时抛出。

另见