Click or drag to resize
CIMGReportCSV Method
Writes grid info as a line to a CSV file

Available since Oasis montaj version: 6.4.2
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Appends the stats as a CSV line to the input text file. The header line should only be written to a new text file.
Syntax
public static void ReportCSV(
	string str1,
	CWA oWA2,
	int i3,
	int i4,
	int i5
)

Parameters

str1
Type: SystemString
Grid name
oWA2
Type: GeoEngine.Core.GXNetCWA
Text file to write to
i3
Type: SystemInt32
recalc statistics (0 - no; 1 - yes)
i4
Type: SystemInt32
number of decimals to put in results
i5
Type: SystemInt32
Write header line (0 - no; 1 - yes)?
See Also