 | CGUIiExportXYZTemplateEditorEx Method (CEDB, String) |
Allows the user to edit an XYZ export template
using a complex dialog. The template name
may change during editing.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iExportXYZTemplateEditorEx(
CEDB edb,
ref string templ
)
public static int iExportXYZTemplateEditorEx(
CEDB edb,
ref string templ
)
Public Shared Function iExportXYZTemplateEditorEx (
edb As CEDB,
ByRef templ As String
) As Integer
Public Shared Function iExportXYZTemplateEditorEx (
edb As CEDB,
ByRef templ As String
) As Integer
public:
static int iExportXYZTemplateEditorEx(
CEDB^ edb,
String^% templ
)
public:
static int iExportXYZTemplateEditorEx(
CEDB^ edb,
String^% templ
)
static member iExportXYZTemplateEditorEx :
edb : CEDB *
templ : string byref -> int
static member iExportXYZTemplateEditorEx :
edb : CEDB *
templ : string byref -> int
Parameters
- edb
- Type: Geosoft.Desktop.GXNetCEDB
EDB object - templ
- Type: SystemString
Template name
Return Value
Type:
Int32
0 - OK
1 - Error
See Also