Click or drag to resize

CGUGeometrics2TBL Method

Convert a Geometrics station file (STN) to a table file (TBL)

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void Geometrics2TBL(
	CGXNETCore gxNetShared,
	CRA ra,
	CWA wa,
	CWA log_wa
)

public static void Geometrics2TBL(
	CGXNETCore gxNetShared,
	CRA ra,
	CWA wa,
	CWA log_wa
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
ra
Type: GeoEngine.Core.GXNetXCRA
RA handle, input station file
wa
Type: GeoEngine.Core.GXNetXCWA
Output TBL file
log_wa
Type: GeoEngine.Core.GXNetXCWA
Log file WA handle
See Also