GeometryCollection.RemoveAt(Int32) Metoda
Definicja
Usuwa określony indeks z tego GeometryCollection. GeometryRemoves 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)