The MultiFrameStructure class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide MultiFrameStructure Properties Table
MultiFrameStructure Properties Table
| 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
MultiFrameStructure Methods Table
| 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
| Version
|
Change(s)
|
|
More info to come.
|
See Also