Sub SetGridOptions( _ ByVal map As Map, _ ByVal gridOptions As GridOptions _ )
void SetGridOptions( Map map, GridOptions gridOptions )
Parameters
- map
- The map on which the grid options will be applied
- gridOptions
- The grid options to apply
Sub SetGridOptions( _ ByVal map As Map, _ ByVal gridOptions As GridOptions _ )
void SetGridOptions( Map map, GridOptions gridOptions )
| Exception | Description |
|---|---|
| System.ArgumentNullException | map cannot be null |
| System.ArgumentNullException | gridOptions cannot be null |
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)