 | CSURFACECRC Method |
Compute an XML CRC of a Geosurface file.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int CRC(
CGXNETCore gxNetShared,
string surface_file,
string output,
ref int crc
)
public static int CRC(
CGXNETCore gxNetShared,
string surface_file,
string output,
ref int crc
)
Public Shared Function CRC (
gxNetShared As CGXNETCore,
surface_file As String,
output As String,
ByRef crc As Integer
) As Integer
Public Shared Function CRC (
gxNetShared As CGXNETCore,
surface_file As String,
output As String,
ByRef crc As Integer
) As Integer
public:
static int CRC(
CGXNETCore^ gxNetShared,
String^ surface_file,
String^ output,
int% crc
)
public:
static int CRC(
CGXNETCore^ gxNetShared,
String^ surface_file,
String^ output,
int% crc
)
static member CRC :
gxNetShared : CGXNETCore *
surface_file : string *
output : string *
crc : int byref -> int
static member CRC :
gxNetShared : CGXNETCore *
surface_file : string *
output : string *
crc : int byref -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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