Click or drag to resize
CIMUCRCGrid Method
Computes a CRC Checksum on a grid.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int CRCGrid(
	CGXNETCore gxNetShared,
	string grid,
	int pul_crc
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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