ProjectItem class/VI Reference No Load property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 35B53C1D
Scope Basic Development Environment
Data Name VIReferenceNoLoad
Short Name* VIReferenceNoLoad
Long Name* VI Reference No Load
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 74
Owning Class Name ProjectItem Class
Data Type VI Refnum data type

VI Refnum

Property Node VI Reference No Load
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 Only
Remote access allowedYes
Settable when the VI is runningNo

If the project item refers to a VI in memory, this property returns a reference to the VI. If the project item refers to a VI not in memory or to something that is not a VI, this property returns Not a Refnum. You can use this reference with the VI properties.

Uses

History

Version Change(s)
LabVIEW 8.6 This property was added in LabVIEW 8.6.

See Also

External Links