AbstractDiagram class

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


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

Properties

Show/Hide AbstractDiagram Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
AbstractDiagram Properties Table
Property ID Long Name (English) Description R/W RTE
6375800ColorColor of the diagram.Read/WriteNo
6375801Functions[]Read OnlyNo
6375802SubVIs[]Provides an array of references to the top-level subVIs in the diagram.Read OnlyNo
6375803Decorations[]Array of references to the top-level decorations in the diagram.Read OnlyNo
6375804All Objects[]Provides an array of references to all the top-level objects in the block diagram.Read OnlyNo
6375805Wires[]Provides an array of references to all the wires connecting the top-level objects in the diagram.Read OnlyNo
6375806Is Break Point SetRead/WriteNo
6375808Firing OrderReturns the firing order of the diagram as an array of nodes. The property organizes the firing order from first to last.Read OnlyYes
6375809Nodes[]Returns references to all the nodes in the diagram.Read OnlyYes
637580ABreakpoint StatusReads or writes the status of a breakpoint on a diagram.Read/WriteNo
637580BSubdiagram LabelReturns a reference to the subdiagram label. If the structure does not have a subdiagram label, this property returns an error.Read OnlyNo

Methods

Show/Hide AbstractDiagram Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
AbstractDiagram Methods Table
Method ID Long Name (English) Description RTE
6375400PastePastes the clipboard contents at the specified location.No
6375401Select AllSelects all objects in the diagram.No
6375402Make SpaceMove objects out in the specified direction to make space in a given location. The top and left of the Rectangle specify the position in which to create space. The width and height of the Rectangle specify how much space to create.Yes (Read/Write)
6375403Shrink Wrap StructuresShrink Wraps all structures on the diagram. This method is recursive.Yes (Read/Write)
6375404Gen Script DiagramNo
6375405SubVI From SelectionYes
6375406Get CodeWizRefNo
6375407Create Constant From Data TypeNo
6375408Build IGLNo
6375409Remove Wire Loose EndsTraverses the referenced diagram and removes all wire ends that are not connected to anything.No

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