 | CGUIiExportXYZTemplateEditorEx Method (IWin32Window, CEDB, String, Int32) |
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(
IWin32Window owner,
CEDB edb,
ref string templ,
int size
)
public static int iExportXYZTemplateEditorEx(
IWin32Window owner,
CEDB edb,
ref string templ,
int size
)
Public Shared Function iExportXYZTemplateEditorEx (
owner As IWin32Window,
edb As CEDB,
ByRef templ As String,
size As Integer
) As Integer
Public Shared Function iExportXYZTemplateEditorEx (
owner As IWin32Window,
edb As CEDB,
ByRef templ As String,
size As Integer
) As Integer
public:
static int iExportXYZTemplateEditorEx(
IWin32Window^ owner,
CEDB^ edb,
String^% templ,
int size
)
public:
static int iExportXYZTemplateEditorEx(
IWin32Window^ owner,
CEDB^ edb,
String^% templ,
int size
)
static member iExportXYZTemplateEditorEx :
owner : IWin32Window *
edb : CEDB *
templ : string byref *
size : int -> int
static member iExportXYZTemplateEditorEx :
owner : IWin32Window *
edb : CEDB *
templ : string byref *
size : int -> int
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - edb
- Type: Geosoft.Desktop.GXNetCEDB
EDB object - templ
- Type: SystemString
Template name - size
- Type: SystemInt32
Size of name
Return Value
Type:
Int32
0 - OK
1 - Error
See Also