Click or drag to resize

CEMAPTEMPLATEiLoaded Method

Returns 1 if a map is loaded .

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iLoaded(
	string name
)

public static int iLoaded(
	string name
)

Parameters

name
Type: SystemString
map name

Return Value

Type: Int32
1 if map is loaded, 0 otherwise.
See Also