Click or drag to resize
CDUExportChanCRC Method
Export a channel as XML and compute a CRC value.

Available since Oasis montaj version: 6.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static void ExportChanCRC(
	CGXNETCore gxNetShared,
	CDB db,
	int symb,
	ref int crc,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
symb
Type: SystemInt32
Channel
crc
Type: SystemInt32
CRC Value returned
file
Type: SystemString
File name to generate with XML
See Also