Click or drag to resize

CVOX.ListGOCADProperties Method

List all the properties available in this GOCAD file.

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

public static void ListGOCADProperties(
	CGXNETCore gxNetShared,
	string header,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
header
Type: System.String
Name of GOCAD Voxel file
lst
Type: GeoEngine.Core.GXNetX.CLST
List object to populate
See Also