Click or drag to resize
CPROJIGetName Method (CGXNETCore, String)
Return the name of the project file.

Available since Oasis montaj version: 8.4
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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Return the name of the project file.
Syntax
public static void IGetName(
	CGXNETCore gxNetShared,
	ref string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
name
See Also