Object: CoordinateWnd
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Objects > View > Object: CoordinateWnd
Object: CoordinateWnd
The CoordinateWnd object provides the coordinate window in DIAdem VIEW. You use the CoordinateWnd object to specify the visibility and the position of the coordinate window, and to specify the cursor coordinates.
The following example positions the coordinate window:
| VBScript | Python |
Dim oMyCoordinateWnd Set oMyCoordinateWnd = View.CoordinateWnd oMyCoordinateWnd.Visible = TRUE Call View.CoordinateWnd.SetPos(500,300)