Grid Property [AutoContourGridMap, AutoSurfaceGridMap]

The Grid property returns or sets the grid data file to be used by the object. Returns a String.

Syntax

object.Grid

object.Grid = Grid

 

Parameter Type Description
Grid String required, data file's full path and file name including extension

 

Example

This example sets the grid file used by a contour grid map.

ContourXYGridMap.Grid = GrapherApp.Path + “\Samples\demogrid.grd”

 

Used by: AutoContourGridMap, AutoSurfaceGridMap