Click or drag to resize

CIMGReport Method

Writes grid info report to a file

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Report(
	string grid,
	CWA wa,
	int force,
	int decimals,
	string title
)

public static void Report(
	string grid,
	CWA wa,
	int force,
	int decimals,
	string title
)

Parameters

grid
Type: SystemString
Grid name
wa
Type: GeoEngine.Core.GXNetCWA
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