Click or drag to resize

CPROJIGetName Method (String, Int32)

Return the name of the project file.

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

public static void IGetName(
	ref string name,
	int size
)

Parameters

name
Type: SystemString
name
size
Type: SystemInt32
maximum name length
Remarks
Return the name of the project file.
See Also