Click or drag to resize

CTIN.ExportXML Method

Export a TIN object as XML

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.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.GXNetX.CGXNETCore
A shared CGXNETCore
tin
Type: System.String
TIN file
crc
Type: System.Int32
CRC returned (Currently this is not implemented)
file
Type: System.String
Output XML file
See Also