 | 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
Syntaxpublic 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
)
Public Shared Sub ExportXML (
gxNetShared As CGXNETCore,
tin As String,
ByRef crc As Integer,
file As String
)
Public Shared Sub ExportXML (
gxNetShared As CGXNETCore,
tin As String,
ByRef crc As Integer,
file As String
)
public:
static void ExportXML(
CGXNETCore^ gxNetShared,
String^ tin,
int% crc,
String^ file
)
public:
static void ExportXML(
CGXNETCore^ gxNetShared,
String^ tin,
int% crc,
String^ file
)
static member ExportXML :
gxNetShared : CGXNETCore *
tin : string *
crc : int byref *
file : string -> unit
static member ExportXML :
gxNetShared : CGXNETCore *
tin : string *
crc : int byref *
file : string -> unit
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