Click or drag to resize

CARCSYSSetBrowseLoc Method

Set 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 SetBrowseLoc(
	string path
)

public static void SetBrowseLoc(
	string path
)

Parameters

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