 | CARCSYSIGetBrowseLoc Method (String, Int32) |
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,
int size
)
public static void IGetBrowseLoc(
ref string path,
int size
)
Public Shared Sub IGetBrowseLoc (
ByRef path As String,
size As Integer
)
Public Shared Sub IGetBrowseLoc (
ByRef path As String,
size As Integer
)
public:
static void IGetBrowseLoc(
String^% path,
int size
)
public:
static void IGetBrowseLoc(
String^% path,
int size
)
static member IGetBrowseLoc :
path : string byref *
size : int -> unit
static member IGetBrowseLoc :
path : string byref *
size : int -> unit
Parameters
- path
- Type: SystemString
Path String - size
- Type: SystemInt32
Size of 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