GeometryCollection.RemoveAt(Int32) メソッド
定義
指定したインデックス位置にある Geometry をこの GeometryCollection から削除します。Removes the Geometry at the specified index from this GeometryCollection.
public:
virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)