 | CGUIiExportXYZTemplateEditor Method (CDB, String, Int32) |
Allows the user to edit 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 iExportXYZTemplateEditor(
CDB db,
string templ,
int size
)
public static int iExportXYZTemplateEditor(
CDB db,
string templ,
int size
)
Public Shared Function iExportXYZTemplateEditor (
db As CDB,
templ As String,
size As Integer
) As Integer
Public Shared Function iExportXYZTemplateEditor (
db As CDB,
templ As String,
size As Integer
) As Integer
public:
static int iExportXYZTemplateEditor(
CDB^ db,
String^ templ,
int size
)
public:
static int iExportXYZTemplateEditor(
CDB^ db,
String^ templ,
int size
)
static member iExportXYZTemplateEditor :
db : CDB *
templ : string *
size : int -> int
static member iExportXYZTemplateEditor :
db : CDB *
templ : string *
size : int -> int
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - templ
- Type: SystemString
Name of the Template (can change) - size
- Type: SystemInt32
Size of the Template
Return Value
Type:
Int32
0 - OK
1 - Error
Remarks
Only uses the current DB. This function does
not exactly work as supposed to. Instead of using
the EDB handle passed to it, it only will use
the current DB. Please see ExportXYXTemplateEditorEx_GUI
for an updated function.
See Also