Click or drag to resize

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
Syntax
public 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
)

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: Int32
CRC Value (always 0)
See Also