 | CSBFhGetMAP Method |
Get the embedded file storage from a map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CSBF hGetMAP(
CGXNETCore gxNetShared,
CMAP map
)
public static CSBF hGetMAP(
CGXNETCore gxNetShared,
CMAP map
)
Public Shared Function hGetMAP (
gxNetShared As CGXNETCore,
map As CMAP
) As CSBF
Public Shared Function hGetMAP (
gxNetShared As CGXNETCore,
map As CMAP
) As CSBF
public:
static CSBF^ hGetMAP(
CGXNETCore^ gxNetShared,
CMAP^ map
)
public:
static CSBF^ hGetMAP(
CGXNETCore^ gxNetShared,
CMAP^ map
)
static member hGetMAP :
gxNetShared : CGXNETCore *
map : CMAP -> CSBF
static member hGetMAP :
gxNetShared : CGXNETCore *
map : CMAP -> CSBF
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - map
- Type: GeoEngine.Core.GXNetXCMAP
MAP object
Return Value
Type:
CSBFSBF Object
See Also