 | CSEMPLOTGetFullPositionLST Method |
Retrieve LST of all possible mineral positions.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetFullPositionLST(
CLST lst
)
public static void GetFullPositionLST(
CLST lst
)
Public Shared Sub GetFullPositionLST (
lst As CLST
)
Public Shared Sub GetFullPositionLST (
lst As CLST
)
public:
static void GetFullPositionLST(
CLST^ lst
)
public:
static void GetFullPositionLST(
CLST^ lst
)
static member GetFullPositionLST :
lst : CLST -> unit
static member GetFullPositionLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
LST object
See Also