MultiFrameStructure class
Appearance
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | MultiFrameStructure class |
| Class ID | 16406 |
| Scope | VI Scripting |
| Class Inheritance |
|
| Class Children | |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The MultiFrameStructure class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide MultiFrameStructure Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Long Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 6363800 | Visible Frame | Returns the index to the visible frame of the structure, where 0 is the first frame. | Read/Write | No |
| 6363801 | Frames[] | Returns an array of references to the frames of the structure. | Read Only | No |
| 6363802 | Frame Selector Rect | Returns the bounds of the selector label of the structure. | Read Only | Yes |
| 6363803 | Frame Count | Returns the number of frames in the structure. | Read Only | Yes |
Methods
Show/Hide MultiFrameStructure Properties Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Long Name (English) | Description | RTE |
|---|---|---|---|
| 6363400 | Add Frame | Adds a new frame before or after the frame whose index you specify and returns a reference to the new frame. | No |
| 6363401 | Remove Frame | Removes the frame you specify. LabVIEW also removes the contents of the frame. | No |
| 6363402 | Duplicate Frame | Duplicates the frame you specify and returns a reference to the new frame. | No |
| 6363403 | Rearrange Frames By Index | Rearranges the frames of the structure according to the order you specify in Index Array. | Yes (Read/Write) |
| 6363404 | Rearrange Frames | Rearranges the frames of the structure according to the order you specify in Frame References. | Yes (Read/Write) |
Events
This class has no events or it inherits events from its parent: Structure Class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |