Click or drag to resize

CDUStat Method

Add a data channel to a statistics object.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void Stat(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int i_ch,
	CST st
)

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
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