Click or drag to resize

CTINExportXML Method

Export a TIN object as XML

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportXML(
	string tin,
	ref int crc,
	string file
)

public static void ExportXML(
	string tin,
	ref int crc,
	string file
)

Parameters

tin
Type: SystemString
TIN file
crc
Type: SystemInt32
CRC returned (Currently this is not implemented)
file
Type: SystemString
Output XML file
See Also