Click or drag to resize
CIMUCRC Method
Computes a CRC Checksum on an image.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int CRC(
	CIMG oIMG1,
	int i2
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
input image
i2
Type: SystemInt32
starting CRC (use CRC_INIT_VALUEConstant if none)

Return Value

Type: Int32
CRC value
See Also