Click or drag to resize
CMULTIGRID3DUTILExportToXML Method
Export a MULTIGRID3D to XML

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ExportToXML(
	CGXNETCore gxNetShared,
	string grid3d_file,
	string xml_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid3d_file
Type: SystemString
Voxel file
xml_file
Type: SystemString
XML file
See Also