Click or drag to resize
CDUStat Method
Add a data channel to a statistics object.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
If the input channel is a VA (array) channel, then the columns set using SetVAWindows_DB() are used in the statistics; all columns are used by default.
Syntax
public static void Stat(
	CDB oDB1,
	int i2,
	int i3,
	CST oST4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line handle
i3
Type: SystemInt32
Channel handle [DB_LOCK_READONLY]
oST4
Type: GeoEngine.Core.GXNetCST
Statistics handle
See Also