 | 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
Syntaxpublic 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
)
Public Shared Sub Stat (
db As CDB,
line As Integer,
i_ch As Integer,
st As CST
)
Public Shared Sub Stat (
db As CDB,
line As Integer,
i_ch As Integer,
st As CST
)
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
)
static member Stat :
db : CDB *
line : int *
i_ch : int *
st : CST -> unit
static member Stat :
db : CDB *
line : int *
i_ch : int *
st : CST -> unit
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