 | CDUExportDatabaseCRC Method |
Export a channel as XML and compute a CRC value.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ExportDatabaseCRC(
CGXNETCore gxNetShared,
CDB db,
ref int crc,
string file
)
public static void ExportDatabaseCRC(
CGXNETCore gxNetShared,
CDB db,
ref int crc,
string file
)
Public Shared Sub ExportDatabaseCRC (
gxNetShared As CGXNETCore,
db As CDB,
ByRef crc As Integer,
file As String
)
Public Shared Sub ExportDatabaseCRC (
gxNetShared As CGXNETCore,
db As CDB,
ByRef crc As Integer,
file As String
)
public:
static void ExportDatabaseCRC(
CGXNETCore^ gxNetShared,
CDB^ db,
int% crc,
String^ file
)
public:
static void ExportDatabaseCRC(
CGXNETCore^ gxNetShared,
CDB^ db,
int% crc,
String^ file
)
static member ExportDatabaseCRC :
gxNetShared : CGXNETCore *
db : CDB *
crc : int byref *
file : string -> unit
static member ExportDatabaseCRC :
gxNetShared : CGXNETCore *
db : CDB *
crc : int byref *
file : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
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