Click or drag to resize

CSURFACEDumpGeometryToTextFile Method

Dump surface geometry to a text file.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DumpGeometryToTextFile(
	string surface_filename,
	string text_filename
)

public static void DumpGeometryToTextFile(
	string surface_filename,
	string text_filename
)

Parameters

surface_filename
Type: SystemString
Geosurface file
text_filename
Type: SystemString
Text file
See Also