Jump to content

MultiFrameStructure class

From LabVIEW Wiki
Revision as of 00:03, 2 September 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
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)
LabVIEW 2018 More info to come.

See Also