public static Task<Geometry> GetCurrentSketchAsync( MapView mapView )
Public Shared Function GetCurrentSketchAsync( _ ByVal mapView As MapView _ ) As Task(Of Geometry)
Parameters
- mapView
- The map view containing the sketch.
Return Value
A Task representing the geometry of the sketch.