Click or drag to resize

CIMUCRCGrid Method

Computes a CRC Checksum on a grid.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int CRCGrid(
	string grid,
	int pul_crc
)

public static int CRCGrid(
	string grid,
	int pul_crc
)

Parameters

grid
Type: SystemString
Grid
pul_crc
Type: SystemInt32
Starting CRC (use <define>CRC_INIT_VALUE</define> if none)

Return Value

Type: Int32
CRC value
See Also