 | CEDBCurrentIfExists Method |
This method returns the Current Edited Database.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CEDB CurrentIfExists()
public static CEDB CurrentIfExists()
Public Shared Function CurrentIfExists As CEDB
Public Shared Function CurrentIfExists As CEDB
public:
static CEDB^ CurrentIfExists()
public:
static CEDB^ CurrentIfExists()
static member CurrentIfExists : unit -> CEDB
static member CurrentIfExists : unit -> CEDB
Return Value
Type:
CEDB
EDB Object to current edited database. If there is no current database,
the user is not prompted for a database, and 0 is returned.
See Also