ExportGrid Method
The ExportGrid method exports the map’s grid data to a grid file. Returns NULL.
Syntax
object.ExportGrid
Parameter | Type | Description |
filename | String | required, name of file |
fileFormat | Long | required, grfGridFormats |
Example
Map.ExportGrid(“c:\temp\griddata.grd”,grfGridSurfer7)
Used by: AutoContourDataMap, AutoContourGridMap, AutoSurfaceDataMap, AutoSurfaceFuncMap, AutoSurfaceGridMap