GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components

GraphicsLayerViewProExtensions Class

Pro Extension methods for the GraphicsLayerView class.

public static class GraphicsLayerViewProExtensions

Inheritance System.Object 🡒 GraphicsLayerViewProExtensions

Methods

GraphicsLayerViewProExtensions.QueryGraphics(this GraphicsLayerView) Method

Returns all graphics available for drawing in the layer view
as a collection.
ArcGIS Maps SDK for JavaScript

public static System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Graphic[]?> QueryGraphics(this dymaptic.GeoBlazor.Core.Components.GraphicsLayerView graphicsLayerView);

Parameters

graphicsLayerView dymaptic.GeoBlazor.Core.Components.GraphicsLayerView

The dymaptic.GeoBlazor.Core.Components.GraphicsLayerView instance to extend with this method.

Returns

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Graphic[]>