Click or drag to resize

CGUGeometrics2TBL Method

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

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Geometrics2TBL(
	CRA ra,
	CWA wa,
	CWA log_wa
)

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

Parameters

ra
Type: GeoEngine.Core.GXNetCRA
RA handle, input station file
wa
Type: GeoEngine.Core.GXNetCWA
Output TBL file
log_wa
Type: GeoEngine.Core.GXNetCWA
Log file WA handle
See Also