Click or drag to resize

CMISCUkoa2Tbl Method

Convert a UKOA file to a location TBL file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Ukoa2Tbl(
	string ukoa,
	string alias,
	string tbl
)

public static void Ukoa2Tbl(
	string ukoa,
	string alias,
	string tbl
)

Parameters

ukoa
Type: SystemString
Name of the UKOA file
alias
Type: SystemString
Line name alias table
tbl
Type: SystemString
Name of the output table
Remarks
The TBL file will contain the following fields: = Line:string16 = Station:long = Latitude:double = Longitude:double = X:double = Y:double = Elevation:double
See Also