 | 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
Syntaxpublic static void Geometrics2TBL(
CRA ra,
CWA wa,
CWA log_wa
)
public static void Geometrics2TBL(
CRA ra,
CWA wa,
CWA log_wa
)
Public Shared Sub Geometrics2TBL (
ra As CRA,
wa As CWA,
log_wa As CWA
)
Public Shared Sub Geometrics2TBL (
ra As CRA,
wa As CWA,
log_wa As CWA
)
public:
static void Geometrics2TBL(
CRA^ ra,
CWA^ wa,
CWA^ log_wa
)
public:
static void Geometrics2TBL(
CRA^ ra,
CWA^ wa,
CWA^ log_wa
)
static member Geometrics2TBL :
ra : CRA *
wa : CWA *
log_wa : CWA -> unit
static member Geometrics2TBL :
ra : CRA *
wa : CWA *
log_wa : CWA -> unit
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