Click or drag to resize

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()

Return Value

Type: CDB
DB 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