VectorLayer.Item

VectorLayer indexer

获取Feature在指定的索引处.

public virtual Feature this[int index] { get; }
范围描述
index特征的索引。

适当的价值

Feature.

例外

例外(健康)状况
InvalidOperationException如果图层以只写方式打开,则抛出。
ArgumentOutOfRangeException索引超出范围。
GisException从文件中读取特征时出错。
IOException发生 I/O 错误。

也可以看看