Click or drag to resize

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
Syntax
public static CMAP Current(
	CGXNETCore gxNetShared
)

public static CMAP Current(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore

Return Value

Type: CMAP
MAP Object
Remarks
If there is no current map, and running interactively, the user is prompted to open a map.
See Also