Click or drag to resize

CIMUCRC Method

Computes a CRC Checksum on an image.

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,
	CIMG img,
	int pul_crc
)

public static int CRC(
	CGXNETCore gxNetShared,
	CIMG img,
	int pul_crc
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
Input image
pul_crc
Type: SystemInt32
Starting CRC (use <define>CRC_INIT_VALUE</define> if none)

Return Value

Type: Int32
CRC value
See Also