 | CSBFhGetMAP Method |
Get the embedded file storage from a map.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CSBF hGetMAP(
CMAP map
)
public static CSBF hGetMAP(
CMAP map
)
Public Shared Function hGetMAP (
map As CMAP
) As CSBF
Public Shared Function hGetMAP (
map As CMAP
) As CSBF
public:
static CSBF^ hGetMAP(
CMAP^ map
)
public:
static CSBF^ hGetMAP(
CMAP^ map
)
static member hGetMAP :
map : CMAP -> CSBF
static member hGetMAP :
map : CMAP -> CSBF
Parameters
- map
- Type: GeoEngine.Core.GXNetCMAP
MAP object
Return Value
Type:
CSBFSBF Object
See Also