Click or drag to resize
CSURFACEGetClosedSurfaceNames Method
Get the names of closed surface items in a Geosurface file (may return an empty list)

Available since Oasis montaj version: 8.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void GetClosedSurfaceNames(
	CGXNETCore gxNetShared,
	string surface_file,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
surface_file
Type: SystemString
Geosurface file
lst
Type: GeoEngine.Core.GXNetXCLST
LST to fill (may return an empty LST if none of the surfaces are closed)
See Also