 | CMESHUTIL.CopyMeshToGeoSurfaceFile Method |
Copy a mesh from one geosurface file to another
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void CopyMeshToGeoSurfaceFile(
string input_surface_filename,
string surface_name,
string output_surface_filename
)
public static void CopyMeshToGeoSurfaceFile(
string input_surface_filename,
string surface_name,
string output_surface_filename
)
Public Shared Sub CopyMeshToGeoSurfaceFile (
input_surface_filename As String,
surface_name As String,
output_surface_filename As String
)
Public Shared Sub CopyMeshToGeoSurfaceFile (
input_surface_filename As String,
surface_name As String,
output_surface_filename As String
)
public:
static void CopyMeshToGeoSurfaceFile(
String^ input_surface_filename,
String^ surface_name,
String^ output_surface_filename
)
public:
static void CopyMeshToGeoSurfaceFile(
String^ input_surface_filename,
String^ surface_name,
String^ output_surface_filename
)
static member CopyMeshToGeoSurfaceFile :
input_surface_filename : string *
surface_name : string *
output_surface_filename : string -> unit
static member CopyMeshToGeoSurfaceFile :
input_surface_filename : string *
surface_name : string *
output_surface_filename : string -> unit
Parameters
- input_surface_filename
- Type: System.String
Input Geosurface file name - surface_name
- Type: System.String
Geosurface surface name - output_surface_filename
- Type: System.String
Output Geosurface file name
See Also