 | CSURFACEGetOrderedSurfaceNames Method |
Get the surface item names in a Geosurface file alphabetically ordered
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void GetOrderedSurfaceNames(
CGXNETCore gxNetShared,
string surface_file,
CLST lst
)
public static void GetOrderedSurfaceNames(
CGXNETCore gxNetShared,
string surface_file,
CLST lst
)
Public Shared Sub GetOrderedSurfaceNames (
gxNetShared As CGXNETCore,
surface_file As String,
lst As CLST
)
Public Shared Sub GetOrderedSurfaceNames (
gxNetShared As CGXNETCore,
surface_file As String,
lst As CLST
)
public:
static void GetOrderedSurfaceNames(
CGXNETCore^ gxNetShared,
String^ surface_file,
CLST^ lst
)
public:
static void GetOrderedSurfaceNames(
CGXNETCore^ gxNetShared,
String^ surface_file,
CLST^ lst
)
static member GetOrderedSurfaceNames :
gxNetShared : CGXNETCore *
surface_file : string *
lst : CLST -> unit
static member GetOrderedSurfaceNames :
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