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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void Report(
	CGXNETCore gxNetShared,
	string grid,
	CWA wa,
	int force,
	int decimals,
	string title
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Grid name
wa
Type: GeoEngine.Core.GXNetXCWA
Text file to write to
force
Type: SystemInt32
Recalc statistics (0 - no; 1 - yes)
decimals
Type: SystemInt32
Number of decimals to put in results
title
Type: SystemString
Title for report
See Also