 | CDBCurrent Method |
Note: This API is now obsolete.
This method returns the Current Database opened
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static CDB Current()
[ObsoleteAttribute("Deprecated since unknown, ")]
public static CDB Current()
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function Current As CDB
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function Current As CDB
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CDB^ Current()
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CDB^ Current()
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member Current : unit -> CDB
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member Current : unit -> CDB
Return Value
Type:
CDBDB Object
Remarks
This method combines the operations:
EData = Current_EDB(); // get current edited database
Data = Lock_EDB(EData); // lock the database
and has been superseded by this construction in all Geosoft GXs.
See Also