Click or drag to resize
CEMAPTEMPLATESetWindowPosition 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 SetWindowPosition(
	int i1,
	int i2,
	int i3,
	int i4,
	int i5,
	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 EMAPTEMPLATE_WINDOW_STATEConstant
i6
Type: SystemInt32
Docked or floating EMAPTEMPLATE_WINDOW_POSITIONConstant
See Also