 | 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
Syntaxpublic static void DumpGeometryToTextFile(
string surface_filename,
string text_filename
)
public static void DumpGeometryToTextFile(
string surface_filename,
string text_filename
)
Public Shared Sub DumpGeometryToTextFile (
surface_filename As String,
text_filename As String
)
Public Shared Sub DumpGeometryToTextFile (
surface_filename As String,
text_filename As String
)
public:
static void DumpGeometryToTextFile(
String^ surface_filename,
String^ text_filename
)
public:
static void DumpGeometryToTextFile(
String^ surface_filename,
String^ text_filename
)
static member DumpGeometryToTextFile :
surface_filename : string *
text_filename : string -> unit
static member DumpGeometryToTextFile :
surface_filename : string *
text_filename : string -> unit
Parameters
- surface_filename
- Type: SystemString
Geosurface file - text_filename
- Type: SystemString
Text file
See Also