Click or drag to resize

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
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

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