Click or drag to resize

CTINExportXML Method

Export a TIN object as XML

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ExportXML(
	CGXNETCore gxNetShared,
	string tin,
	ref int crc,
	string file
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
tin
Type: SystemString
TIN file
crc
Type: SystemInt32
CRC returned (Currently this is not implemented)
file
Type: SystemString
Output XML file
See Also