ProjectItem class/Get All Descendents method: Difference between revisions
Appearance
Added new method page. |
(No difference)
|
Revision as of 22:57, 23 April 2020
| VI Server Method Information | |
|---|---|
| Method ID | 35B53810 |
| Scope | Basic Development Environment |
| Data Name | Get All Descendents |
| Short Name* | Get All Descendents |
| Long Name* | Get All Descendents |
| * 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 |
| Return Data Type | ProjectItem Refnum Array data type |
| Invoke Node |
|
| Available in Real-Time Operating System | No |
| Available in Run-Time Engine | Yes (Read/Write) |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Remote access allowed | Yes |
| Settable when the VI is running | No |
Recursively returns project items that appear under the referenced item in the project tree. For example, if you call this method on project library A that contains an inner project library B, the method returns items owned both by library A and library B.
For this method, the term descendents does not refer to children classes of the referenced project item.
Parameters
Uses
| |
Specific use cases for this method. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |
