Click or drag to resize
CARCSYSIGetBrowseLoc Method (CGXNETCore, String)
Get 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
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.
Syntax
public static void IGetBrowseLoc(
	CGXNETCore gxNetShared,
	ref string path
)

Parameters

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