Pane class/Origin property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 18166805
Scope Basic Development Environment
Data Name Origin
Short Name* Origin
Long Name* Origin
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 75
Owning Class Name Pane Class
Data Type Numeric Cluster TypeDef data type

Numeric Cluster TypeDef

Property Node Origin
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

A cluster that contains the vertical and horizontal coordinates of the upper left corner of the pane. The coordinates are relative to the coordinate system of the pane.

To convert to panel coordinates, use the Convert Pane To Panel Coordinates method. As the scrollbars on the front panel move, this property returns new coordinates. You can use this property to scroll the pane by setting the origin.

Elements
Name Description
Horizontal The horizontal coordinate of the upper left corner of the pane.
Vertical The vertical coordinate of the upper left corner of the pane.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links