Click or drag to resize

CMULTIGRID3DUTILExportToXML Method

Export a MULTIGRID3D to XML

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

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