Share via


PointKeyFrameCollection.Append(PointKeyFrame) Method

Definition

Adds a new item to the collection.

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)

Parameters

value
PointKeyFrame

The new item to add.

Implements

Applies to