MultiFrameStructure class: Difference between revisions
Appearance
Started page |
(No difference)
|
Revision as of 00:03, 2 September 2019
| 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 | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 6363803 | FrameCount | Returns the number of frames in the structure. | R | X |
| 6363802 | FrameSelRect | Returns the bounds of the selector label of the structure. | R | X |
| 6363801 | Frames() | Returns an array of references to the frames of the structure. | R | |
| 6363800 | VisFrame | Returns the index to the visible frame of the structure, where 0 is the first frame. | R/W |
Methods
Show/Hide MultiFrameStructure Methods Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Short 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. | |
| 6363402 | Duplicate Frame | Duplicates the frame you specify and returns a reference to the new frame. | |
| 6363404 | RearrangeFrames | Rearranges the frames of the structure according to the order you specify in Frame References. | X |
| 6363403 | RearrangeFramesByIdx | Rearranges the frames of the structure according to the order you specify in Index Array. | X |
| 6363401 | Remove Frame | Removes the frame you specify. LabVIEW also removes the contents of the frame. |
Events
No Events for this class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |