Method: SetPos for CoordinateWnd
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Methods > Method: SetPos for CoordinateWnd
Method: SetPos for CoordinateWnd
Specifies the position of the coordinate window in DIAdem VIEW.
Object.SetPos(X, Y)
| Object | CoordinateWnd Object with this method |
| X | LongInteger Specifies the x-coordinates in pixel, measured from the top left corner. |
| Y | LongInteger Specifies the y-coordinates in pixel, measured from the top left corner. |
The following example positions and displays the coordinate window:
| VBScript | Python |
Call View.CoordinateWnd.SetPos(300,300) View.CoordinateWnd.Visible = TRUE