DIAdem Help

Method: SetPos for CoordinateWnd

  • Updated2024-09-12
  • 1 minute(s) read

Method: SetPos for CoordinateWnd

Specifies the position of the coordinate window in DIAdem VIEW.

Object.SetPos(X, Y)
ObjectCoordinateWnd
Object with this method
XLongInteger
Specifies the x-coordinates in pixel, measured from the top left corner.
YLongInteger
Specifies the y-coordinates in pixel, measured from the top left corner.

The following example positions and displays the coordinate window:

VBScriptPython

 

Call View.CoordinateWnd.SetPos(300,300)
View.CoordinateWnd.Visible = TRUE