Click or drag to resize

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
Syntax
public static void IGetBrowseLoc(
	ref string path
)

public static void IGetBrowseLoc(
	ref string path
)

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