 | CSEMPLOTOverlayLST Method |
Fill a list with the available plot overlay names
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void OverlayLST(
CLST lst,
int extension,
int type
)
public static void OverlayLST(
CLST lst,
int extension,
int type
)
Public Shared Sub OverlayLST (
lst As CLST,
extension As Integer,
type As Integer
)
Public Shared Sub OverlayLST (
lst As CLST,
extension As Integer,
type As Integer
)
public:
static void OverlayLST(
CLST^ lst,
int extension,
int type
)
public:
static void OverlayLST(
CLST^ lst,
int extension,
int type
)
static member OverlayLST :
lst : CLST *
extension : int *
type : int -> unit
static member OverlayLST :
lst : CLST *
extension : int *
type : int -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
Input LST. - extension
- Type: SystemInt32
<define>SEMPLOT_EXT</define> - type
- Type: SystemInt32
<define>SEMPLOT_PLOT</define>
Remarks
Looks first in user\etc, then in \etc.
See <define>SEMPLOT_EXT</define> definitions above for which files to look for.
See Also