 | CGUIiExportXYZTemplateEditorEx Method (CGXNETCore, IWin32Window, 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.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iExportXYZTemplateEditorEx(
CGXNETCore gxNetShared,
IWin32Window owner,
CEDB edb,
ref string templ
)
public static int iExportXYZTemplateEditorEx(
CGXNETCore gxNetShared,
IWin32Window owner,
CEDB edb,
ref string templ
)
Public Shared Function iExportXYZTemplateEditorEx (
gxNetShared As CGXNETCore,
owner As IWin32Window,
edb As CEDB,
ByRef templ As String
) As Integer
Public Shared Function iExportXYZTemplateEditorEx (
gxNetShared As CGXNETCore,
owner As IWin32Window,
edb As CEDB,
ByRef templ As String
) As Integer
public:
static int iExportXYZTemplateEditorEx(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
CEDB^ edb,
String^% templ
)
public:
static int iExportXYZTemplateEditorEx(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
CEDB^ edb,
String^% templ
)
static member iExportXYZTemplateEditorEx :
gxNetShared : CGXNETCore *
owner : IWin32Window *
edb : CEDB *
templ : string byref -> int
static member iExportXYZTemplateEditorEx :
gxNetShared : CGXNETCore *
owner : IWin32Window *
edb : CEDB *
templ : string byref -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - edb
- Type: Geosoft.Desktop.GXNetXCEDB
EDB object - templ
- Type: SystemString
Template name
Return Value
Type:
Int32
0 - OK
1 - Error
See Also