Click or drag to resize
CARCMAPGetCurrentDocumentInfo Method
Get some info on the current MXD in ArcMap and selected layer (if any)

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void GetCurrentDocumentInfo(
	ref string str1,
	ref string str2,
	ref string str3
)

Parameters

str1
Type: SystemString
MXD filename
str2
Type: SystemString
Selected Layer name (If a layer is selected)
str3
Type: SystemString
Dataframe name containing selected layer (If a layer is selected)
See Also