 | CARCSYSIGetBrowseLoc Method (CGXNETCore, String) |
Get 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 IGetBrowseLoc(
CGXNETCore gxNetShared,
ref string path
)
public static void IGetBrowseLoc(
CGXNETCore gxNetShared,
ref string path
)
Public Shared Sub IGetBrowseLoc (
gxNetShared As CGXNETCore,
ByRef path As String
)
Public Shared Sub IGetBrowseLoc (
gxNetShared As CGXNETCore,
ByRef path As String
)
public:
static void IGetBrowseLoc(
CGXNETCore^ gxNetShared,
String^% path
)
public:
static void IGetBrowseLoc(
CGXNETCore^ gxNetShared,
String^% path
)
static member IGetBrowseLoc :
gxNetShared : CGXNETCore *
path : string byref -> unit
static member IGetBrowseLoc :
gxNetShared : CGXNETCore *
path : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - path
- Type: SystemString
Path String
Remarks
Gets the "local" directory (current catalog browser location in ArcGIS if map has not been saved,
otherwise MxD path). We cannot mess with the CWD in ArcGIS because there MxD settings for
relative/absolute paths depends on it.
See Also