Click or drag to resize
CSYSCRCFileOffset Method
Compute the CRC of a file with an Offset

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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