Click or drag to resize

CSYSCRCFileOffset Method

Compute the CRC of a file with an Offset

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int CRCFileOffset(
	CGXNETCore gxNetShared,
	string file,
	int offset
)

public static int CRCFileOffset(
	CGXNETCore gxNetShared,
	string file,
	int offset
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File Name
offset
Type: SystemInt32
Offset in the file (0 for start)

Return Value

Type: Int32
CRC Value
See Also