Click or drag to resize

CIMUExportGridXML Method

Export a Grid as an XML file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ExportGridXML(
	CGXNETCore gxNetShared,
	string grid,
	ref int crc,
	string file
)

public static void ExportGridXML(
	CGXNETCore gxNetShared,
	string grid,
	ref int crc,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Grid
crc
Type: SystemInt32
CRC returned
file
Type: SystemString
Output XML file
See Also