 | CARCSYSIGetBrowseLoc Method (String) |
Get 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 IGetBrowseLoc(
ref string path
)
public static void IGetBrowseLoc(
ref string path
)
Public Shared Sub IGetBrowseLoc (
ByRef path As String
)
Public Shared Sub IGetBrowseLoc (
ByRef path As String
)
public:
static void IGetBrowseLoc(
String^% path
)
public:
static void IGetBrowseLoc(
String^% path
)
static member IGetBrowseLoc :
path : string byref -> unit
static member IGetBrowseLoc :
path : string byref -> unit
Parameters
- 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