DIAdem Help

Object: CoordinateWnd

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

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:

VBScriptPython

 

Dim oMyCoordinateWnd
Set oMyCoordinateWnd = View.CoordinateWnd
oMyCoordinateWnd.Visible = TRUE
Call View.CoordinateWnd.SetPos(500,300)

Properties

Cursor | Height | Visible | Width | X | Y

Methods

SetPos

Returned From

View.CoordinateWnd