FlatSequence class: Difference between revisions
Appearance
mNo edit summary |
m Removed VI Server Category from page |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
{{TOCright}} | {{TOCright}} | ||
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates--> | |||
< | {{VIServerClassTables|16459}} | ||
{{ | |||
== History == | == History == | ||
| Line 125: | Line 21: | ||
== See Also == | == See Also == | ||
*[[Functions Palette/Programming/Structures/Flat Sequence Structure|Flat Sequence Structure]] | |||
*[[VI Server Class Hierarchy]] | *[[VI Server Class Hierarchy]] | ||
*[[VI Server]] | *[[VI Server]] | ||
*[[VI Scripting]] | *[[VI Scripting]] | ||
[[Category:VI | [[Category:VI Scripting Class]] | ||
[[Category:VI Server Class]] | [[Category:VI Server Class]] | ||
Latest revision as of 02:06, 8 May 2020
| 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 | Long Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 3578BC00 | Diagrams[] | Read Only | No | |
| 3578BC01 | AutoSize To Fit Contents? | Sets or returns whether the Flat Sequence structure automatically resizes to fit its contents. | Read/Write | No |
| 3578BC02 | Content Rects[] | Read Only | Yes | |
| 3578BC03 | Label | References the label of the Flat Sequence structure. | Read Only | No |
| 3578BC04 | Description | Sets or returns the description string for the Flat Sequence structure. | Read/Write | No |
| 3578BC05 | Terminals[] | Returns an array of references to the terminals of the Flat Sequence structure. | Read Only | Yes |
| 3578BC06 | Is Break Point Set | Read/Write | Yes | |
| 3578BC07 | Frames[] | Returns an array of references to the frames of the Flat Sequence structure. | Read Only | No |
| 3578BC08 | Target Syntax Checking | Read/Write | No | |
| 3578BC09 | Breakpoint Status | Sets or returns the status of a breakpoint on a Flat Sequence structure. | Read/Write | No |
| 3578BC0A | Subdiagram Label Visible | 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. | Read/Write | No |
Methods
Show/Hide FlatSequence Properties Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Long 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. | Yes (Read/Write) |
| 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. | Yes (Read/Write) |
| 3578B802 | Auto Size | Automatically resizes the Flat Sequence structure to fit contents. | Yes (Read/Write) |
| 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. | Yes (Read/Write) |
| 3578B804 | Size Frame | Yes | |
| 3578B805 | Convert To Timed Sequence | Converts the Flat Sequence structure to a Timed Sequence structure and returns a reference to the new structure. | Yes (Read/Write) |
Events
This class has no events or it inherits events from its parent: GObject Class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |