DataMiner.GetPlacementRectangle

Get the coordinates of the DataMiner workspace placement rectangle; coordinates are relative to the DataMiner view window.

Syntax Parameters Return Value
Sub DataMiner.GetPlacementRectangle( _
    placement As DMNodePlacement, _
    ByRef top As Long, _
    ByRef left As Long, _
    ByRef width As Long, _
    ByRef height As Long)
  • placement [in]

Type: DMNodePlacement

  • top [out]

Type: Long

  • left [out]

Type: Long

  • width [out]

Type: Long

  • height [out]

Type: Long

This function does not return a value.