Click or drag to resize

CDUStat Method

Add a data channel to a statistics object.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Stat(
	CDB db,
	int line,
	int i_ch,
	CST st
)

public static void Stat(
	CDB db,
	int line,
	int i_ch,
	CST st
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line handle
i_ch
Type: SystemInt32
Channel handle [<define>DB_LOCK_READONLY</define>]
st
Type: GeoEngine.Core.GXNetCST
Statistics handle
Remarks
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.
See Also