 | CARCSYSSetBrowseLoc Method |
Set the current catalog browser location in ArcGIS
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void SetBrowseLoc(
CGXNETCore gxNetShared,
string path
)
public static void SetBrowseLoc(
CGXNETCore gxNetShared,
string path
)
Public Shared Sub SetBrowseLoc (
gxNetShared As CGXNETCore,
path As String
)
Public Shared Sub SetBrowseLoc (
gxNetShared As CGXNETCore,
path As String
)
public:
static void SetBrowseLoc(
CGXNETCore^ gxNetShared,
String^ path
)
public:
static void SetBrowseLoc(
CGXNETCore^ gxNetShared,
String^ path
)
static member SetBrowseLoc :
gxNetShared : CGXNETCore *
path : string -> unit
static member SetBrowseLoc :
gxNetShared : CGXNETCore *
path : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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