 | CMESHUTILImportGridToSurface Method |
Imports a Grid to a Surface
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportGridToSurface(
CGXNETCore gxNetShared,
string grid_file_name,
string geosurface_filename,
string surface_name
)
public static void ImportGridToSurface(
CGXNETCore gxNetShared,
string grid_file_name,
string geosurface_filename,
string surface_name
)
Public Shared Sub ImportGridToSurface (
gxNetShared As CGXNETCore,
grid_file_name As String,
geosurface_filename As String,
surface_name As String
)
Public Shared Sub ImportGridToSurface (
gxNetShared As CGXNETCore,
grid_file_name As String,
geosurface_filename As String,
surface_name As String
)
public:
static void ImportGridToSurface(
CGXNETCore^ gxNetShared,
String^ grid_file_name,
String^ geosurface_filename,
String^ surface_name
)
public:
static void ImportGridToSurface(
CGXNETCore^ gxNetShared,
String^ grid_file_name,
String^ geosurface_filename,
String^ surface_name
)
static member ImportGridToSurface :
gxNetShared : CGXNETCore *
grid_file_name : string *
geosurface_filename : string *
surface_name : string -> unit
static member ImportGridToSurface :
gxNetShared : CGXNETCore *
grid_file_name : string *
geosurface_filename : string *
surface_name : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - grid_file_name
- Type: SystemString
Grid File Name - geosurface_filename
- Type: SystemString
Surface File Name - surface_name
- Type: SystemString
Surface Item Name within the file
See Also