Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method must be called within the lambda passed to QueuedTask.Run. |
Refreshing simply re-creates the pages using the current map series parameters. You will want to refresh if one of the following occurs after creating a map series:
1) Features were added to or deleted from the index layer.
2) Edits were made to the sort field or name field values
3) Edit were made to any field being used by the map series for an index feature that's driving the current geographic extent.
//Refresh the map series associated with the layout. //Perform on the worker thread await QueuedTask.Run(() => { layout.RefreshMapSeries(); });
Target Platforms: Windows 11, Windows 10