Share via


GeometryCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to