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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int i_ch,
	CST st
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemInt32
Line handle
i_ch
Type: SystemInt32
Channel handle [<define>DB_LOCK_READONLY</define>]
st
Type: GeoEngine.Core.GXNetXCST
Statistics handle
See Also