Jump to content

LVClassLibrary class/Parent Interfaces property: Difference between revisions

From LabVIEW Wiki
Added new property page.
 
Updated for LabVIEW 2020
 
Line 9: Line 9:
| datatype = UDClassLibrary Refnum Array
| datatype = UDClassLibrary Refnum Array
| propertynodeimage = LVClassLibrary-Parent Interfaces.png
| propertynodeimage = LVClassLibrary-Parent Interfaces.png
| availableinrealtime = No
| availableinrealtime = No
| availableinruntime = No
| availableinruntime = No
Line 22: Line 21:


Reads the interfaces that the referenced class directly inherits from. Missing parents are not included. Use the [[Write Parent Interfaces]] method to assign parent interfaces to a class.
Reads the interfaces that the referenced class directly inherits from. Missing parents are not included. Use the [[Write Parent Interfaces]] method to assign parent interfaces to a class.


== Uses ==
== Uses ==
Line 28: Line 26:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]]
|More info to come.
| This property was added in [[LabVIEW 2020]].
|}
|}
== See Also ==
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}
{{ambox|text=Add links to internal wiki pages that would also help.}}
Line 42: Line 40:
{{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 04:26, 17 June 2020

VI Server Property Information
Property ID 97D7017
Scope Basic Development Environment
Data Name Parent Interfaces
Short Name* Parent Interfaces
Long Name* Parent Interfaces
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 85
Owning Class Name LVClassLibrary Class
Data Type UDClassLibrary Refnum Array data type

UDClassLibrary Refnum Array

Property Node Parent Interfaces
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
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

Reads the interfaces that the referenced class directly inherits from. Missing parents are not included. Use the Write Parent Interfaces method to assign parent interfaces to a class.

Uses

History

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

See Also

External Links