 | CSURFACEGetClosedSurfaceNames Method |
Get the names of closed surface items in a Geosurface file (may return an empty list)
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetClosedSurfaceNames(
string surface_file,
CLST lst
)
public static void GetClosedSurfaceNames(
string surface_file,
CLST lst
)
Public Shared Sub GetClosedSurfaceNames (
surface_file As String,
lst As CLST
)
Public Shared Sub GetClosedSurfaceNames (
surface_file As String,
lst As CLST
)
public:
static void GetClosedSurfaceNames(
String^ surface_file,
CLST^ lst
)
public:
static void GetClosedSurfaceNames(
String^ surface_file,
CLST^ lst
)
static member GetClosedSurfaceNames :
surface_file : string *
lst : CLST -> unit
static member GetClosedSurfaceNames :
surface_file : string *
lst : CLST -> unit
Parameters
- surface_file
- Type: SystemString
Geosurface file - lst
- Type: GeoEngine.Core.GXNetCLST
LST to fill (may return an empty LST if none of the surfaces are closed)
See Also