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