 | CEDBCurrentIfExists Method |
This method returns the Current Edited Database.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CEDB CurrentIfExists(
CGXNETCore gxNetShared
)
public static CEDB CurrentIfExists(
CGXNETCore gxNetShared
)
Public Shared Function CurrentIfExists (
gxNetShared As CGXNETCore
) As CEDB
Public Shared Function CurrentIfExists (
gxNetShared As CGXNETCore
) As CEDB
public:
static CEDB^ CurrentIfExists(
CGXNETCore^ gxNetShared
)
public:
static CEDB^ CurrentIfExists(
CGXNETCore^ gxNetShared
)
static member CurrentIfExists :
gxNetShared : CGXNETCore -> CEDB
static member CurrentIfExists :
gxNetShared : CGXNETCore -> CEDB
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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