Jump to content

VI class/Callees' Names property: Difference between revisions

From LabVIEW Wiki
Added new property page.
 
Added description
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
| datatype = String Array
| datatype = String Array
| propertynodeimage = VI-Callees' Names.png
| propertynodeimage = VI-Callees' Names.png
|}}
|}}
{{TOCright}}
{{TOCright}}
<b>LabVIEW no longer supports this property.</b> Use the [[VI class/Get VI Dependencies (Names and Paths) method|Get VI Dependencies (Names and Paths) method]] instead.
Returns a list of all the subVIs or callees in a VI.
This property is similar to the <B>This VI's SubVIs</B> item in the View Menu.


<B>Note</B>  If you wire a VI that contains a Static VI Reference function to this property, the referenced VI does not appear in the <B>Callees' Names</B> array.


== Uses ==
== Uses ==
Line 32: Line 37:
{{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:Deprecated Property]]
[[Category:VI Server Property]]

Latest revision as of 21:29, 1 March 2021

VI Server Property Information
Property ID 221
Scope Deprecated
Data Name Callees
Short Name* Callees
Long Name* Callees' Names
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Data Type String Array data type

String Array

Property Node Callees' Names

LabVIEW no longer supports this property. Use the Get VI Dependencies (Names and Paths) method instead.

Returns a list of all the subVIs or callees in a VI.

This property is similar to the This VI's SubVIs item in the View Menu.

Note If you wire a VI that contains a Static VI Reference function to this property, the referenced VI does not appear in the Callees' Names array.

Uses

History

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

See Also

External Links