Click or drag to resize

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
Syntax
public static void GetSurfaceNames(
	string surface_file,
	CLST lst
)

public static void GetSurfaceNames(
	string surface_file,
	CLST lst
)

Parameters

surface_file
Type: SystemString
Geosurface file
lst
Type: GeoEngine.Core.GXNetCLST
LST to fill
See Also