Generic class/Owning VI property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6327802
Scope Basic Development Environment
Data Name OwningVI
Short Name* OwningVI
Long Name* Owning VI
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 3
Owning Class Name Generic Class
Data Type VI Refnum data type

VI Refnum

Property Node Owning VI
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Returns a reference to the VI that owns this object. Close this reference when you are finished using it. The reference this property returns does not keep the VI in memory. If the owning VI is removed from memory, this reference becomes invalid. Use the Open VI Reference function to obtain a reference to a VI that stays in memory until you explicitly close the reference.

Uses

History

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

See Also

External Links