Click or drag to resize
CIMUExportRawXML Method
Export a Grid as an XML file using a fast raw output.

Available since Oasis montaj version: 7.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ExportRawXML(
	CGXNETCore gxNetShared,
	CIMG img,
	ref int crc,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
Image
crc
Type: SystemInt32
CRC returned
file
Type: SystemString
Output XML file
See Also