Vector3DCollection.RemoveAt(Int32) Метод

Определение

Vector3D Удаляется из указанной позиции Vector3DCollectionиндекса.

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)

Параметры

index
Int32

Позиция Vector3D индекса для удаления.

Реализации

Применяется к