VectorLayer.RemoveAt

VectorLayer.RemoveAt method

删除指定索引处的 Feature

public virtual void RemoveAt(int index)
参数类型描述
索引Int32要素的索引。

异常

异常条件
InvalidOperationException当图层不可编辑时抛出。
ArgumentOutOfRangeException索引超出范围。
IOException发生了 I/O 错误。

另见