Click or drag to resize
CMISCUkoa2Tbl Method
Convert a UKOA file to a location TBL file.

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)
Notes
The TBL file will contain the following fields: = Line:string16 = Station:long = Latitude:double = Longitude:double = X:double = Y:double = Elevation:double
Syntax
public static void Ukoa2Tbl(
	CGXNETCore gxNetShared,
	string ukoa,
	string alias,
	string tbl
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
ukoa
Type: SystemString
Name of the UKOA file
alias
Type: SystemString
Line name alias table
tbl
Type: SystemString
Name of the output table
See Also