Click or drag to resize
CIMUStatWindow Method
Calculate grid statistics in a window

Available since Oasis montaj version: 5.0.5
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The maximum values needed will beused to decimate the sampling of the grid in order to improve performance. 100000 is often a good number when absolute precision is not required.
Syntax
public static void StatWindow(
	CIMG oIMG1,
	double d2,
	double d3,
	double d4,
	double d5,
	int i6,
	CST oST7
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Name of the grid to get stats from
d2
Type: SystemDouble
min X window
d3
Type: SystemDouble
min Y window
d4
Type: SystemDouble
max X window
d5
Type: SystemDouble
max Y window
i6
Type: SystemInt32
maximum values needed, 0 for all
oST7
Type: GeoEngine.Core.GXNetCST
ST object, stats are accumulated
See Also