Click or drag to resize

CPROJICurrentDocument Method (String, Int32, String, Int32)

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,
	int size_name,
	ref string type,
	int size_type
)

public static void ICurrentDocument(
	ref string name,
	int size_name,
	ref string type,
	int size_type
)

Parameters

name
Type: SystemString
Name (empty if none currently loaded)
size_name
Type: SystemInt32
Maximum name length
type
Type: SystemString
Type
size_type
Type: SystemInt32
Maximum type length
See Also