ProjectItem class/VI Reference No Load property: Difference between revisions
Appearance
Added new property page. |
Added History. |
||
| Line 21: | Line 21: | ||
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 <code>Not a Refnum</code>. You can use this reference with the VI properties. | 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 <code>Not a Refnum</code>. You can use this reference with the VI properties. | ||
== Uses == | == Uses == | ||
| Line 27: | Line 26: | ||
== History == | == History == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
! Change(s) | ! Change(s) | ||
|- | |- | ||
|[[File: | |[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 8.6|link=LabVIEW 8.6]] | ||
| | | This property was added in [[LabVIEW 8.6]]. | ||
|} | |} | ||
== See Also == | == See Also == | ||
| Line 41: | Line 39: | ||
{{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:Property]] | ||
[[Category:VI Server Property]] | |||
Revision as of 20:01, 30 April 2020
| 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 |
| Property Node | |
| Available in Real-Time Operating System | No |
| Available in Run-Time Engine | Yes |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Permissions | Read Only |
| Remote access allowed | Yes |
| Settable when the VI is running | No |
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
| |
Specific use cases for this property. |
History
| Version | Change(s) |
|---|---|
| This property was added in LabVIEW 8.6. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |