Compartir a través de


GeometryCollection.GetView Método

Definición

Obtiene una vista inmutable en la colección.

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

Devoluciones

Objeto que representa la vista de colección inmutable.

Implementaciones

Se aplica a