 | CMULTIGRID3DUTILExportToXML Method |
Export a MULTIGRID3D to XML
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ExportToXML(
CGXNETCore gxNetShared,
string grid3d_file,
string xml_file
)
public static void ExportToXML(
CGXNETCore gxNetShared,
string grid3d_file,
string xml_file
)
Public Shared Sub ExportToXML (
gxNetShared As CGXNETCore,
grid3d_file As String,
xml_file As String
)
Public Shared Sub ExportToXML (
gxNetShared As CGXNETCore,
grid3d_file As String,
xml_file As String
)
public:
static void ExportToXML(
CGXNETCore^ gxNetShared,
String^ grid3d_file,
String^ xml_file
)
public:
static void ExportToXML(
CGXNETCore^ gxNetShared,
String^ grid3d_file,
String^ xml_file
)
static member ExportToXML :
gxNetShared : CGXNETCore *
grid3d_file : string *
xml_file : string -> unit
static member ExportToXML :
gxNetShared : CGXNETCore *
grid3d_file : string *
xml_file : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - grid3d_file
- Type: SystemString
Voxel file - xml_file
- Type: SystemString
XML file
See Also