Click or drag to resize

CVOXExportXML Method

Export a VOX to a compressed XML file

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ExportXML(
	CGXNETCore gxNetShared,
	string voxel,
	ref int crc,
	string file
)

public static void ExportXML(
	CGXNETCore gxNetShared,
	string voxel,
	ref int crc,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
voxel
Type: SystemString
Voxel file name
crc
Type: SystemInt32
CRC returned - not implemented - always returns 0.
file
Type: SystemString
Output XML file
See Also