 | CSURFACEGetSurfaceNames Method |
Get the surface item names in a Geosurface file
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetSurfaceNames(
string surface_file,
CLST lst
)
public static void GetSurfaceNames(
string surface_file,
CLST lst
)
Public Shared Sub GetSurfaceNames (
surface_file As String,
lst As CLST
)
Public Shared Sub GetSurfaceNames (
surface_file As String,
lst As CLST
)
public:
static void GetSurfaceNames(
String^ surface_file,
CLST^ lst
)
public:
static void GetSurfaceNames(
String^ surface_file,
CLST^ lst
)
static member GetSurfaceNames :
surface_file : string *
lst : CLST -> unit
static member GetSurfaceNames :
surface_file : string *
lst : CLST -> unit
Parameters
- surface_file
- Type: SystemString
Geosurface file - lst
- Type: GeoEngine.Core.GXNetCLST
LST to fill
See Also