 | CDBCurrent Method |
Note: This API is now obsolete.
This method returns the Current Database opened
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static CDB Current(
CGXNETCore gxNetShared
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static CDB Current(
CGXNETCore gxNetShared
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function Current (
gxNetShared As CGXNETCore
) As CDB
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function Current (
gxNetShared As CGXNETCore
) As CDB
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CDB^ Current(
CGXNETCore^ gxNetShared
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CDB^ Current(
CGXNETCore^ gxNetShared
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member Current :
gxNetShared : CGXNETCore -> CDB
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member Current :
gxNetShared : CGXNETCore -> CDB
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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