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