In a previous post, I created a tool that allows a user to drag a rectangle on the map. The extent is then used as part of a URL to a web application query. Once the rectangle is drawn to the map, I'm unsure as to how I access the rectangle. I tried MapView.GetCurrentSketchAsync().Result, but that always returns null. Is the sketch in the map's graphic layer? Or somewhere else? Or am I missing a method?