AddSurfaceGridMapGraph Method
The AddSurfaceGridMapGraph method creates a new 3D surface grid map. Returns an AutoGraph object.
Syntax
object.AddSurfaceGridMapGraph( gridfile, id )
| Parameter | Type | Description |
| gridfile | String | required, data's full path and file name |
| id | Variant | optional, graph name |
Example
This example shows how to create a surface grid map graph.
Shapes.AddSurfaceGridMapGraph(GrapherApp.Path + "\samples\helens2.grd")
Used by: AutoShapes collection