 | CMISCUkoa2Tbl Method |
Convert a UKOA file to a location TBL file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void Ukoa2Tbl(
CGXNETCore gxNetShared,
string ukoa,
string alias,
string tbl
)
public static void Ukoa2Tbl(
CGXNETCore gxNetShared,
string ukoa,
string alias,
string tbl
)
Public Shared Sub Ukoa2Tbl (
gxNetShared As CGXNETCore,
ukoa As String,
alias As String,
tbl As String
)
Public Shared Sub Ukoa2Tbl (
gxNetShared As CGXNETCore,
ukoa As String,
alias As String,
tbl As String
)
public:
static void Ukoa2Tbl(
CGXNETCore^ gxNetShared,
String^ ukoa,
String^ alias,
String^ tbl
)
public:
static void Ukoa2Tbl(
CGXNETCore^ gxNetShared,
String^ ukoa,
String^ alias,
String^ tbl
)
static member Ukoa2Tbl :
gxNetShared : CGXNETCore *
ukoa : string *
alias : string *
tbl : string -> unit
static member Ukoa2Tbl :
gxNetShared : CGXNETCore *
ukoa : string *
alias : string *
tbl : string -> unit
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
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