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

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 int CRCGroup(
	string name,
	int crc
)

Parameters

name
Type: SystemString
Group name
crc
Type: SystemInt32
CRC to start (use <define>CRC_INIT_VALUE</define>)

Return Value

Type: Int32
See Also