Click or drag to resize
CGUGeometrics2TBL Method
Convert a Geometrics station file (STN) to a table file (TBL)

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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