 | CPROJIGetDefaultProjectPath Method (String, Int32) |
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,
int size
)
public static void IGetDefaultProjectPath(
ref string folder,
int size
)
Public Shared Sub IGetDefaultProjectPath (
ByRef folder As String,
size As Integer
)
Public Shared Sub IGetDefaultProjectPath (
ByRef folder As String,
size As Integer
)
public:
static void IGetDefaultProjectPath(
String^% folder,
int size
)
public:
static void IGetDefaultProjectPath(
String^% folder,
int size
)
static member IGetDefaultProjectPath :
folder : string byref *
size : int -> unit
static member IGetDefaultProjectPath :
folder : string byref *
size : int -> unit
Parameters
- folder
- Type: SystemString
Returned default path - size
- Type: SystemInt32
Size of default path
RemarksGet default project folder.
See Also