 | CSURFACECRC Method |
Compute an XML CRC of a Geosurface file.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int CRC(
string surface_file,
string output,
ref int crc
)
public static int CRC(
string surface_file,
string output,
ref int crc
)
Public Shared Function CRC (
surface_file As String,
output As String,
ByRef crc As Integer
) As Integer
Public Shared Function CRC (
surface_file As String,
output As String,
ByRef crc As Integer
) As Integer
public:
static int CRC(
String^ surface_file,
String^ output,
int% crc
)
public:
static int CRC(
String^ surface_file,
String^ output,
int% crc
)
static member CRC :
surface_file : string *
output : string *
crc : int byref -> int
static member CRC :
surface_file : string *
output : string *
crc : int byref -> int
Parameters
- surface_file
- Type: SystemString
Geosurface file - output
- Type: SystemString
Output file - crc
- Type: SystemInt32
CRC (unused, always set to 0)
Return Value
Type:
Int32CRC Value (always 0)
See Also