 | CARCSYSSetBrowseLoc Method |
Set the current catalog browser location in ArcGIS
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetBrowseLoc(
string path
)
public static void SetBrowseLoc(
string path
)
Public Shared Sub SetBrowseLoc (
path As String
)
Public Shared Sub SetBrowseLoc (
path As String
)
public:
static void SetBrowseLoc(
String^ path
)
public:
static void SetBrowseLoc(
String^ path
)
static member SetBrowseLoc :
path : string -> unit
static member SetBrowseLoc :
path : string -> unit
Parameters
- path
- Type: SystemString
Path String
Remarks
Will also set the current working directory (CWD) if the MxD has not been saved.
We cannot mess with the CWD in ArcGIS because their MxD settings for relative/absolute paths depends on it.
See Also