Click or drag to resize

CDUExportChanCRC Method

Export a channel as XML and compute a CRC value.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportChanCRC(
	CDB db,
	int symb,
	ref int crc,
	string file
)

public static void ExportChanCRC(
	CDB db,
	int symb,
	ref int crc,
	string file
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
symb
Type: SystemInt32
Channel
crc
Type: SystemInt32
CRC Value returned
file
Type: SystemString
File name to generate with XML
Remarks
The output file is an XML describing the channel. The CRC is of the channel data ONLY. To compute a CRC of the full channel (include metadata) do a CRC of the generated file.
See Also