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