Parameters
- map
| Exception | Description |
|---|---|
| System.ArgumentNullException | map cannot be null |
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
{
QueuedTask.Run(() =>
{
if (GridOptionsEnvironment.Instance.HasGridOptions(map))
GridOptionsEnvironment.Instance.RemoveGridOptions(map);
});
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)