Click or drag to resize

CPROJICurrentDocument Method (String, String)

Get the name and type of the loaded document with focus.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ICurrentDocument(
	ref string name,
	ref string type
)

public static void ICurrentDocument(
	ref string name,
	ref string type
)

Parameters

name
Type: SystemString
Name (empty if none currently loaded)
type
Type: SystemString
Type
See Also