 | CSBFhGetDB Method |
Get the embedded file storage from a database.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CSBF hGetDB(
CGXNETCore gxNetShared,
CDB db
)
public static CSBF hGetDB(
CGXNETCore gxNetShared,
CDB db
)
Public Shared Function hGetDB (
gxNetShared As CGXNETCore,
db As CDB
) As CSBF
Public Shared Function hGetDB (
gxNetShared As CGXNETCore,
db As CDB
) As CSBF
public:
static CSBF^ hGetDB(
CGXNETCore^ gxNetShared,
CDB^ db
)
public:
static CSBF^ hGetDB(
CGXNETCore^ gxNetShared,
CDB^ db
)
static member hGetDB :
gxNetShared : CGXNETCore *
db : CDB -> CSBF
static member hGetDB :
gxNetShared : CGXNETCore *
db : CDB -> CSBF
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database
Return Value
Type:
CSBFSBF Object
See Also