MultiFrameStructure class/Add Frame method
Appearance
| VI Server Method Information | |
|---|---|
| Method ID | 6363400 |
| Scope | VI Scripting |
| Data Name | Add Frame |
| Short Name* | Add Frame |
| Long Name* | Add Frame |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 16406 |
| Owning Class Name | MultiFrameStructure Class |
| Return Data Type | No return value |
| Invoke Node |
|
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | No |
| 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 |
Adds a new frame before or after the frame whose index you specify and returns a reference to the new frame.
Parameters
| Data type | Name | Required | Description |
|---|---|---|---|
| LVClassBDConst Refnum | Add Frame | No | |
| Reference Frame Index | No | Specifies the index of the frame beside which you want to add the new frame. | |
| After? (T) | No | If TRUE (default), LabVIEW adds the frame after Reference Frame Index. If FALSE, LabVIEW adds the frame before Reference Frame Index. |
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. |
