Click or drag to resize

CMVIEWCRCGroup Method

Compute CRC for a group.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int CRCGroup(
	string name,
	int crc
)

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