 | CPROJSetDefaultProjectPath Method |
Set default project folder.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void SetDefaultProjectPath(
CGXNETCore gxNetShared,
string folder
)
public static void SetDefaultProjectPath(
CGXNETCore gxNetShared,
string folder
)
Public Shared Sub SetDefaultProjectPath (
gxNetShared As CGXNETCore,
folder As String
)
Public Shared Sub SetDefaultProjectPath (
gxNetShared As CGXNETCore,
folder As String
)
public:
static void SetDefaultProjectPath(
CGXNETCore^ gxNetShared,
String^ folder
)
public:
static void SetDefaultProjectPath(
CGXNETCore^ gxNetShared,
String^ folder
)
static member SetDefaultProjectPath :
gxNetShared : CGXNETCore *
folder : string -> unit
static member SetDefaultProjectPath :
gxNetShared : CGXNETCore *
folder : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - folder
- Type: SystemString
Default path
RemarksSet default project folder.
See Also