 | CSEMPLOTGetFullPositionLST Method |
Retrieve LST of all possible mineral positions.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void GetFullPositionLST(
CGXNETCore gxNetShared,
CLST lst
)
public static void GetFullPositionLST(
CGXNETCore gxNetShared,
CLST lst
)
Public Shared Sub GetFullPositionLST (
gxNetShared As CGXNETCore,
lst As CLST
)
Public Shared Sub GetFullPositionLST (
gxNetShared As CGXNETCore,
lst As CLST
)
public:
static void GetFullPositionLST(
CGXNETCore^ gxNetShared,
CLST^ lst
)
public:
static void GetFullPositionLST(
CGXNETCore^ gxNetShared,
CLST^ lst
)
static member GetFullPositionLST :
gxNetShared : CGXNETCore *
lst : CLST -> unit
static member GetFullPositionLST :
gxNetShared : CGXNETCore *
lst : CLST -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - lst
- Type: GeoEngine.Core.GXNetXCLST
LST object
See Also