 | CMAPCurrent Method |
This method returns the Current map opened.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CMAP Current()
public static CMAP Current()
Public Shared Function Current As CMAP
Public Shared Function Current As CMAP
public:
static CMAP^ Current()
public:
static CMAP^ Current()
static member Current : unit -> CMAP
static member Current : unit -> CMAP
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