SceneObject class/View Port.View Port property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 2D87782A
Scope Basic Development Environment
Data Name ViewPort
Short Name* ViewPort.ViewPort
Long Name* View Port:View Port
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 105
Owning Class Name SceneObject Class
Data Type Numeric Cluster TypeDef data type

Numeric Cluster TypeDef

Property Node View Port:View Port
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 position and size of a viewing port through which you can view a 3D object in the 3D picture control. The x and y values specify the coordinates within the view port at which LabVIEW renders the object. The width and height specify the width and height of the view port. If you define a view port, objects do not appear beyond the specified bounds of the view port.

Elements
Name Description
X The x coordinate at which LabVIEW renders the object in the view port.
Y The y coordinate at which LabVIEW renders the object in the view port.
Width The width of the view port in pixels.
Height The height of the view port in pixels.

Uses

History

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

See Also

External Links