Click or drag to resize
CARCSYSSetBrowseLoc Method
Set the current catalog browser location in ArcGIS

Available since Oasis montaj version: 8.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static void SetBrowseLoc(
	CGXNETCore gxNetShared,
	string path
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
path
Type: SystemString
Path String
See Also