 | CGUIIiBrowseDir Method (CGXNETCore, String, String, String) |
Browses for a specific directory.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int IiBrowseDir(
CGXNETCore gxNetShared,
string title,
string default,
ref string dir_path
)
public static int IiBrowseDir(
CGXNETCore gxNetShared,
string title,
string default,
ref string dir_path
)
Public Shared Function IiBrowseDir (
gxNetShared As CGXNETCore,
title As String,
default As String,
ByRef dir_path As String
) As Integer
Public Shared Function IiBrowseDir (
gxNetShared As CGXNETCore,
title As String,
default As String,
ByRef dir_path As String
) As Integer
public:
static int IiBrowseDir(
CGXNETCore^ gxNetShared,
String^ title,
String^ default,
String^% dir_path
)
public:
static int IiBrowseDir(
CGXNETCore^ gxNetShared,
String^ title,
String^ default,
String^% dir_path
)
static member IiBrowseDir :
gxNetShared : CGXNETCore *
title : string *
default : string *
dir_path : string byref -> int
static member IiBrowseDir :
gxNetShared : CGXNETCore *
title : string *
default : string *
dir_path : string byref -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - title
- Type: SystemString
Title of the Form - default
- Type: SystemString
Default path (Can be "") - dir_path
- Type: SystemString
Result Path Buffer (default on input)
Return Value
Type:
Int32
0 - Ok
1 - Cancel
See Also