Click or drag to resize

CEDOCiLoaded Method

Returns 1 if a document 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,
	int type
)

public static int iLoaded(
	string name,
	int type
)

Parameters

name
Type: SystemString
document name
type
Type: SystemInt32
<define>EDOC_TYPE</define>

Return Value

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