Click or drag to resize
CPROJICurrentDocument Method
Get the name and type of the loaded document with focus.

Available since Oasis montaj version: 9.2.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void ICurrentDocument(
	ref string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
name (empty if none currenlty loaded)
str2
Type: SystemString
type
See Also