Click or drag to resize

CMULTIGRID3DUTILListPropertiesGOCAD 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 ListPropertiesGOCAD(
	CGXNETCore gxNetShared,
	string header,
	CLST lst
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
header
Type: SystemString
Name of GOCAD Voxel file
lst
Type: GeoEngine.Core.GXNetXCLST
List object to populate
See Also