Click or drag to resize

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
Syntax
public static int CRC(
	string surface_file,
	string output,
	ref int crc
)

public static int CRC(
	string surface_file,
	string output,
	ref int crc
)

Parameters

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