PointKeyFrameCollection.First Method

Definition

Returns the iterator for iteration over the items in the collection.

public:
 virtual IIterator<PointKeyFrame ^> ^ First() = IIterable<PointKeyFrame ^>::First;
IIterator<PointKeyFrame> First();
public IIterator<PointKeyFrame> First();
function first()
Public Function First () As IIterator(Of PointKeyFrame)

Returns

The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.

Implements

Applies to