 | CSBFhGetDB Method |
Get the embedded file storage from a database.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CSBF hGetDB(
CDB db
)
public static CSBF hGetDB(
CDB db
)
Public Shared Function hGetDB (
db As CDB
) As CSBF
Public Shared Function hGetDB (
db As CDB
) As CSBF
public:
static CSBF^ hGetDB(
CDB^ db
)
public:
static CSBF^ hGetDB(
CDB^ db
)
static member hGetDB :
db : CDB -> CSBF
static member hGetDB :
db : CDB -> CSBF
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database
Return Value
Type:
CSBFSBF Object
See Also