 | CMULTIGRID3DExportToXML 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 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