 | CPROJSetDefaultProjectPath Method |
Set default project folder.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetDefaultProjectPath(
string folder
)
public static void SetDefaultProjectPath(
string folder
)
Public Shared Sub SetDefaultProjectPath (
folder As String
)
Public Shared Sub SetDefaultProjectPath (
folder As String
)
public:
static void SetDefaultProjectPath(
String^ folder
)
public:
static void SetDefaultProjectPath(
String^ folder
)
static member SetDefaultProjectPath :
folder : string -> unit
static member SetDefaultProjectPath :
folder : string -> unit
Parameters
- folder
- Type: SystemString
Default path
RemarksSet default project folder.
See Also