Click or drag to resize

CSURFACEDumpGeometryToTextFile Method

Dump surface geometry to a text file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void DumpGeometryToTextFile(
	CGXNETCore gxNetShared,
	string surface_filename,
	string text_filename
)

public static void DumpGeometryToTextFile(
	CGXNETCore gxNetShared,
	string surface_filename,
	string text_filename
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
surface_filename
Type: SystemString
Geosurface file
text_filename
Type: SystemString
Text file
See Also