Click or drag to resize
CSURFACECRC Method
Compute an XML CRC of a Geosurface file.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int CRC(
	CGXNETCore gxNetShared,
	string surface_file,
	string output,
	ref int crc
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
surface_file
Type: SystemString
Geosurface file
output
Type: SystemString
Output file
crc
Type: SystemInt32
CRC (unused, always set to 0)

Return Value

Type: Int32
CRC Value (always 0)
See Also