 | CIMUExportGridXML Method |
Export a Grid as an XML file.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ExportGridXML(
string grid,
ref int crc,
string file
)
public static void ExportGridXML(
string grid,
ref int crc,
string file
)
Public Shared Sub ExportGridXML (
grid As String,
ByRef crc As Integer,
file As String
)
Public Shared Sub ExportGridXML (
grid As String,
ByRef crc As Integer,
file As String
)
public:
static void ExportGridXML(
String^ grid,
int% crc,
String^ file
)
public:
static void ExportGridXML(
String^ grid,
int% crc,
String^ file
)
static member ExportGridXML :
grid : string *
crc : int byref *
file : string -> unit
static member ExportGridXML :
grid : string *
crc : int byref *
file : string -> unit
Parameters
- grid
- Type: SystemString
Grid - crc
- Type: SystemInt32
CRC returned - file
- Type: SystemString
Output XML file
See Also