Click or drag to resize

CARCSYSIGetBrowseLoc Method (String, Int32)

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,
	int size
)

public static void IGetBrowseLoc(
	ref string path,
	int size
)

Parameters

path
Type: SystemString
Path String
size
Type: SystemInt32
Size of 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