Turn on or off creation of the grid report when gridding data via Surfer automation

By default, the grid report is created every time a new grid is created.  To turn on or off the creation of the gridding report, use the ShowReport property of the GridData method. The snippet below shows how to turn off the grid report.

 

SurferApp.GridData(DataFile:=savedDATfile, xCol:=2, yCol:=3, zCol:=DATACOL, _
Algorithm:=1, ShowReport:=False, OutGrid:=SaveDirectory+OutputFileName+".grd"

 

Updated November 2021

Was this article helpful?
0 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.