Click or drag to resize
CSURFACEDumpGeometryToTextFile Method
Dump surface geometry to a text file.

Available since Oasis montaj version: 9.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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