Jump to content

FlatSequence class

From LabVIEW Wiki
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name FlatSequence class
Class ID 16459
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide FlatSequence Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
FlatSequence Properties Table
Property ID Long Name (English) Description R/W RTE
3578BC00Diagrams[]Read OnlyNo
3578BC01AutoSize To Fit Contents?Sets or returns whether the Flat Sequence structure automatically resizes to fit its contents.Read/WriteNo
3578BC02Content Rects[]Read OnlyYes
3578BC03LabelReferences the label of the Flat Sequence structure.Read OnlyNo
3578BC04DescriptionSets or returns the description string for the Flat Sequence structure.Read/WriteNo
3578BC05Terminals[]Returns an array of references to the terminals of the Flat Sequence structure.Read OnlyYes
3578BC06Is Break Point SetRead/WriteYes
3578BC07Frames[]Returns an array of references to the frames of the Flat Sequence structure.Read OnlyNo
3578BC08Target Syntax CheckingRead/WriteNo
3578BC09Breakpoint StatusSets or returns the status of a breakpoint on a Flat Sequence structure.Read/WriteNo
3578BC0ASubdiagram Label VisibleSets 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/WriteNo

Methods

Show/Hide FlatSequence Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
FlatSequence Methods Table
Method ID Long Name (English) Description RTE
3578B800Add FrameAdds a new frame before or after the frame whose index you specify and returns a reference to the new frame.Yes (Read/Write)
3578B801Remove FrameRemoves 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)
3578B802Auto SizeAutomatically resizes the Flat Sequence structure to fit contents.Yes (Read/Write)
3578B803Remove Flat SequenceRemoves 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)
3578B804Size FrameYes
3578B805Convert To Timed SequenceConverts 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

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

See Also