Click or drag to resize

CVOXExportJIGsXML Method

Export a VOX to a compressed XML file. Verbose version.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportJIGsXML(
	string voxel,
	string file
)

public static void ExportJIGsXML(
	string voxel,
	string file
)

Parameters

voxel
Type: SystemString
Voxel file name
file
Type: SystemString
Output XML file
See Also