 | 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
Syntaxpublic static void ExportXML(
string tin,
ref int crc,
string file
)
public static void ExportXML(
string tin,
ref int crc,
string file
)
Public Shared Sub ExportXML (
tin As String,
ByRef crc As Integer,
file As String
)
Public Shared Sub ExportXML (
tin As String,
ByRef crc As Integer,
file As String
)
public:
static void ExportXML(
String^ tin,
int% crc,
String^ file
)
public:
static void ExportXML(
String^ tin,
int% crc,
String^ file
)
static member ExportXML :
tin : string *
crc : int byref *
file : string -> unit
static member ExportXML :
tin : string *
crc : int byref *
file : string -> unit
Parameters
- tin
- Type: SystemString
TIN file - crc
- Type: SystemInt32
CRC returned (Currently this is not implemented) - file
- Type: SystemString
Output XML file
See Also