 | CMULTIGRID3DExportToXML Method |
Export a MULTIGRID3D to XML
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void ExportToXML(
string xml_file
)
public void ExportToXML(
string xml_file
)
Public Sub ExportToXML (
xml_file As String
)
Public Sub ExportToXML (
xml_file As String
)
public:
void ExportToXML(
String^ xml_file
)
public:
void ExportToXML(
String^ xml_file
)
member ExportToXML :
xml_file : string -> unit
member ExportToXML :
xml_file : string -> unit
Parameters
- xml_file
- Type: SystemString
XML file
See Also