Click or drag to resize

CPROJICurrentDocument Method (CGXNETCore, String, String)

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

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ICurrentDocument(
	CGXNETCore gxNetShared,
	ref string name,
	ref string type
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Name (empty if none currently loaded)
type
Type: SystemString
Type
See Also