Jump to content

SceneWindow class/Window Bounds property: Difference between revisions

From LabVIEW Wiki
Added new property page.
 
m Category reorg
 
Line 58: Line 58:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category: Property]] [[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 13:45, 7 May 2020

VI Server Property Information
Property ID C55E80A
Scope Basic Development Environment
Data Name WinBounds
Short Name* WinBounds
Long Name* Window Bounds
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 84
Owning Class Name SceneWindow Class
Data Type Numeric Cluster TypeDef data type

Numeric Cluster TypeDef

Property Node Window Bounds
Available in Real-Time Operating SystemNo
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

Reads or writes the left, right, top, and bottom bounds of the scene window.

Elements
Name Description
Left The horizontal coordinate of the left edge of the scene window.
Top The vertical coordinate of the top edge of the scene window.
Right The horizontal coordinate of the right edge of the scene window.
Bottom The vertical coordinate of the bottom edge of the scene window.

Uses

History

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

See Also

External Links