Click or drag to resize

CSURFACEGetOrderedSurfaceNames Method

Get the surface item names in a Geosurface file alphabetically ordered

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
public static void GetOrderedSurfaceNames(
	string surface_file,
	CLST lst
)

public static void GetOrderedSurfaceNames(
	string surface_file,
	CLST lst
)

Parameters

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