Click or drag to resize
CIMGReport Method
Writes grid info report to a file

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void Report(
	string str1,
	CWA oWA2,
	int i3,
	int i4,
	string str5
)

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
str5
Type: SystemString
Title for report
See Also