 | CSEMPLOTGetCurrentPositionLST Method |
Retrieve LST of positions in selected lines.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetCurrentPositionLST(
CDB db,
CLST lst
)
public static void GetCurrentPositionLST(
CDB db,
CLST lst
)
Public Shared Sub GetCurrentPositionLST (
db As CDB,
lst As CLST
)
Public Shared Sub GetCurrentPositionLST (
db As CDB,
lst As CLST
)
public:
static void GetCurrentPositionLST(
CDB^ db,
CLST^ lst
)
public:
static void GetCurrentPositionLST(
CDB^ db,
CLST^ lst
)
static member GetCurrentPositionLST :
db : CDB *
lst : CLST -> unit
static member GetCurrentPositionLST :
db : CDB *
lst : CLST -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - lst
- Type: GeoEngine.Core.GXNetCLST
LST object
See Also