Click or drag to resize

CIMUExportGridWithoutDataSectionXML Method

Export a Grid minus the data section as an XML file.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportGridWithoutDataSectionXML(
	string grid,
	ref int crc,
	string file
)

public static void ExportGridWithoutDataSectionXML(
	string grid,
	ref int crc,
	string file
)

Parameters

grid
Type: SystemString
Grid
crc
Type: SystemInt32
CRC returned
file
Type: SystemString
Output XML file
See Also