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

要加入的新專案。

實作

適用於