Click or drag to resize
CTINExportXML Method
Export a TIN object as XML

Available since Oasis montaj version: 6.0.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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