 | CMAP.Current Method |
This method returns the Current map opened.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CMAP Current(
CGXNETCore gxNetShared
)
public static CMAP Current(
CGXNETCore gxNetShared
)
Public Shared Function Current (
gxNetShared As CGXNETCore
) As CMAP
Public Shared Function Current (
gxNetShared As CGXNETCore
) As CMAP
public:
static CMAP^ Current(
CGXNETCore^ gxNetShared
)
public:
static CMAP^ Current(
CGXNETCore^ gxNetShared
)
static member Current :
gxNetShared : CGXNETCore -> CMAP
static member Current :
gxNetShared : CGXNETCore -> CMAP
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
Return Value
Type:
CMAPMAP Object
Remarks
If there is no current map, and running interactively,
the user is prompted to open a map.
See Also