MultiFrameStructure class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name MultiFrameStructure class
Class ID 16406
Scope VI Scripting
Class Inheritance
Class Children


The MultiFrameStructure class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide MultiFrameStructure Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
MultiFrameStructure Properties Table
Property ID Long Name (English) Description R/W RTE
6363800Visible FrameReturns the index to the visible frame of the structure, where 0 is the first frame.Read/WriteNo
6363801Frames[]Returns an array of references to the frames of the structure.Read OnlyNo
6363802Frame Selector RectReturns the bounds of the selector label of the structure.Read OnlyYes
6363803Frame CountReturns the number of frames in the structure.Read OnlyYes

Methods

Show/Hide MultiFrameStructure Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
MultiFrameStructure Methods Table
Method ID Long Name (English) Description RTE
6363400Add FrameAdds a new frame before or after the frame whose index you specify and returns a reference to the new frame.No
6363401Remove FrameRemoves the frame you specify. LabVIEW also removes the contents of the frame.No
6363402Duplicate FrameDuplicates the frame you specify and returns a reference to the new frame.No
6363403Rearrange Frames By IndexRearranges the frames of the structure according to the order you specify in Index Array.Yes (Read/Write)
6363404Rearrange FramesRearranges 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

Version Change(s)
LabVIEW 2018 More info to come.

See Also