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