Vector3DCollection.RemoveAt(Int32) メソッド

定義

指定したインデックス位置にある Vector3DVector3DCollection から削除します。

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 のインデックス位置。

実装

適用対象