Click or drag to resize

CARCSYSSetBrowseLoc Method

Set 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
Syntax
public static void SetBrowseLoc(
	CGXNETCore gxNetShared,
	string path
)

public static void SetBrowseLoc(
	CGXNETCore gxNetShared,
	string path
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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