PointKeyFrameCollection.GetView Method

Definition

Gets an immutable view into the collection.

public:
 virtual IVectorView<PointKeyFrame ^> ^ GetView() = IVector<PointKeyFrame ^>::GetView;
IVectorView<PointKeyFrame> GetView();
public IReadOnlyList<PointKeyFrame> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of PointKeyFrame)

Returns

An object representing the immutable collection view.

Implements

Applies to