Click or drag to resize
CGUIGetWindowPosition Method
Get the oasis Montaj window's position 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 static void GetWindowPosition(
	ref int i1,
	ref int i2,
	ref int i3,
	ref int i4,
	ref int i5
)

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 WINDOW_STATEConstant
See Also