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

要添加的新项。

实现

适用于