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