Public Sub ClearElementSelection()
public void ClearElementSelection()
Public Sub ClearElementSelection()
public void ClearElementSelection()
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
{
//If the a layout view is active, clear its selection
LayoutView activeLayoutView = LayoutView.Active;
activeLayoutView?.ClearElementSelection();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)