 | 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
Syntaxpublic 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
)
Public Shared Sub ExportChanCRC (
db As CDB,
symb As Integer,
ByRef crc As Integer,
file As String
)
Public Shared Sub ExportChanCRC (
db As CDB,
symb As Integer,
ByRef crc As Integer,
file As String
)
public:
static void ExportChanCRC(
CDB^ db,
int symb,
int% crc,
String^ file
)
public:
static void ExportChanCRC(
CDB^ db,
int symb,
int% crc,
String^ file
)
static member ExportChanCRC :
db : CDB *
symb : int *
crc : int byref *
file : string -> unit
static member ExportChanCRC :
db : CDB *
symb : int *
crc : int byref *
file : string -> unit
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