Click or drag to resize
CEDOCiLoaded Method
Returns 1 if a document is loaded .

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static int iLoaded(
	CGXNETCore gxNetShared,
	string name,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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