Click or drag to resize
CMVIEWCRCGroup Method
Compute CRC for a group.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int CRCGroup(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Group name
i2
Type: SystemInt32
CRC to start (use CRC_INIT_VALUEConstant)

Return Value

Type: Int32
CRC
See Also