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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int CRC(
	string str1,
	string str2,
	ref int i3
)

Parameters

str1
Type: SystemString
Geosurface file
str2
Type: SystemString
output file
i3
Type: SystemInt32
CRC (unused, always set to 0)

Return Value

Type: Int32
CRC Value (always 0)
See Also