FlatSequence class: Difference between revisions
Appearance
Started page |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|16459}} | ||
{{stub}} | {{stub}} |
Revision as of 22:31, 1 September 2019
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | FlatSequence class |
Class ID | 16459 |
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 FlatSequence class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide FlatSequence 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 |
---|---|---|---|---|
3578BC01 | AutoSize | Sets or returns whether the Flat Sequence structure automatically resizes to fit its contents. | R/W | |
3578BC09 | BreakPtStatus | Sets or returns the status of a breakpoint on a Flat Sequence structure.
Valid values include Cleared Break, Enabled Break, and Disabled Break. |
R/W | |
3578BC04 | Desc | Sets or returns the description string for the Flat Sequence structure. | R/W | |
3578BC07 | Frames() | Returns an array of references to the frames of the Flat Sequence structure. | R | |
3578BC03 | Label | References the label of the Flat Sequence structure. | R | |
3578BC0A | SubDiagLbl Vis | Sets the visibility of the subdiagram label. This property is similar to the Visible Items»Subdiagram Label item on the shortcut menu of a structure. This property is also similar to the Subdiagram label visible option on the Appearance page of the Properties dialog box. | R/W | |
3578BC08 | Target Syntax Checking | R/W | ||
3578BC05 | Terms() | Returns an array of references to the terminals of the Flat Sequence structure. | R | X |
Methods
Show/Hide FlatSequence Methods Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Short Name (English) | Description | RTE |
---|---|---|---|
3578B800 | Add Frame | Adds a new frame before or after the frame whose index you specify and returns a reference to the new frame. | X |
3578B802 | Auto Size | Automatically resizes the Flat Sequence structure to fit contents. | X |
3578B805 | Convert To TimedSequence | Converts the Flat Sequence structure to a Timed Sequence structure and returns a reference to the new structure.
This method automatically closes the reference to the original Flat Sequence structure. |
X |
3578B803 | Remove Flat Sequence | Removes the Flat Sequence structure from the diagram. The contents of the structure merge with the rest of the contents of the diagram. | X |
3578B801 | Remove Frame | Removes the frame you specify. LabVIEW also removes the contents of the frame. You cannot use this method to remove the only frame of a sequence structure. Use the Delete method instead. | X |
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. |