 | CPROJIGetDefaultProjectPath Method (String) |
Get default project folder.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetDefaultProjectPath(
ref string folder
)
public static void IGetDefaultProjectPath(
ref string folder
)
Public Shared Sub IGetDefaultProjectPath (
ByRef folder As String
)
Public Shared Sub IGetDefaultProjectPath (
ByRef folder As String
)
public:
static void IGetDefaultProjectPath(
String^% folder
)
public:
static void IGetDefaultProjectPath(
String^% folder
)
static member IGetDefaultProjectPath :
folder : string byref -> unit
static member IGetDefaultProjectPath :
folder : string byref -> unit
Parameters
- folder
- Type: SystemString
Returned default path
RemarksGet default project folder.
See Also