GeometryCollection.RemoveAt

GeometryCollection.RemoveAt method

指定したジオメトリをコレクションから削除します。

public void RemoveAt(int index)
パラメータタイプ説明
indexInt32削除するジオメトリのインデックス。

例外

例外調子
ArgumentOutOfRangeExceptionインデックスが範囲外です。

関連項目