Click or drag to resize

CDBSetCurrent Method

Note: This API is now obsolete.

Sets the current database to this database.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void SetCurrent()

[ObsoleteAttribute("Deprecated since unknown, ")]
public void SetCurrent()
Remarks
This method has been superseded by the following usage: MakeCurrent_EDB(EData); Data = Lock_EDB(EData); // lock the database
See Also