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)
|
Type: DMNodePlacement
Type: Long
Type: Long
Type: Long
Type: Long |
This function does not return a value. |