Click or drag to resize

CDUExportDatabaseCRC 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 ExportDatabaseCRC(
	CDB db,
	ref int crc,
	string file
)

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

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
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