Click or drag to resize
CVOXExportXML Method
Export a VOX to a compressed XML file

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void ExportXML(
	string str1,
	ref int i2,
	string str3
)

Parameters

str1
Type: SystemString
Voxel file name
i2
Type: SystemInt32
CRC returned - not implemented - always returns 0.
str3
Type: SystemString
Output XML file
See Also