다음을 통해 공유


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

추가할 새 항목입니다.

구현

적용 대상