Return Value
Returns
true if the navigation is completed, false if it was interrupted by another view navigation.true if the navigation is completed, false if it was interrupted by another view navigation.| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method must be called within the lambda passed to QueuedTask.Run. |
{
//Note: Needs QueuedTask to run
reportView.ZoomToSelectedElements();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)