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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CDB oDB1,
	int i2,
	ref int i3,
	string str4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Channel
i3
Type: SystemInt32
CRC Value returned
str4
Type: SystemString
File name to generate with XML
See Also