Jump to content

LVClassLibrary class/Is Interface property: Difference between revisions

From LabVIEW Wiki
Added new property page.
 
Updated for LabVIEW 2020
 
Line 9: Line 9:
| datatype = Boolean
| datatype = Boolean
| propertynodeimage = LVClassLibrary-Is Interface.png
| propertynodeimage = LVClassLibrary-Is Interface.png
| availableinrealtime = No
| availableinrealtime = No
| availableinruntime = No
| availableinruntime = No
Line 22: Line 21:


Returns TRUE if the referenced <code>.lvclass</code> file is an interface and returns FALSE if the file is a class.
Returns TRUE if the referenced <code>.lvclass</code> file is an interface and returns FALSE if the file is 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 97D7019
Scope Basic Development Environment
Data Name Is Interface
Short Name* Is Interface
Long Name* Is Interface
* 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 Boolean data type

Boolean

Property Node Is Interface
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

Returns TRUE if the referenced .lvclass file is an interface and returns FALSE if the file is a class.

Uses

History

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

See Also

External Links