PointKeyFrameCollection.Append(PointKeyFrame) メソッド

定義

新しい項目をコレクションに追加します。

public:
 virtual void Append(PointKeyFrame ^ value) = IVector<PointKeyFrame ^>::Append;
void Append(PointKeyFrame const& value);
public void Append(PointKeyFrame value);
function append(value)
Public Sub Append (value As PointKeyFrame)

パラメーター

value
PointKeyFrame

追加する新しい項目。

実装

適用対象