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