 | CSEMPLOTTemplateLST Method |
Fill a list with the available plot template names
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void TemplateLST(
CLST lst,
int type
)
public static void TemplateLST(
CLST lst,
int type
)
Public Shared Sub TemplateLST (
lst As CLST,
type As Integer
)
Public Shared Sub TemplateLST (
lst As CLST,
type As Integer
)
public:
static void TemplateLST(
CLST^ lst,
int type
)
public:
static void TemplateLST(
CLST^ lst,
int type
)
static member TemplateLST :
lst : CLST *
type : int -> unit
static member TemplateLST :
lst : CLST *
type : int -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
Input LST. - type
- Type: SystemInt32
<define>SEMPLOT_PLOT</define>
Remarks
Looks first in user\etc, then in \etc.
Looks first for file prefix "semtemplate" then "xyt" or "tri"
(New-style templates with the "semtemplate" extentsion have the
plot type "triplot" or "xyplot" inside them.)
See Also