Click or drag to resize
CEDBGetWindowPosition Method
Get the map window's position and dock state

Available since Oasis montaj version: 9.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void GetWindowPosition(
	ref int i1,
	ref int i2,
	ref int i3,
	ref int i4,
	ref int i5,
	ref int i6
)

Parameters

i1
Type: SystemInt32
Window left position
i2
Type: SystemInt32
Window top position
i3
Type: SystemInt32
Window right position
i4
Type: SystemInt32
Window bottom position
i5
Type: SystemInt32
Window state EDB_WINDOW_STATEConstant
i6
Type: SystemInt32
Docked or floating EDB_WINDOW_POSITIONConstant
See Also