Diagram class

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


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

Properties

Show/Hide Diagram Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Diagram Properties Table
Property ID Long Name (English) Description R/W RTE
6375801Functions[]Read OnlyNo
6375806Is Break Point SetRead/WriteNo
6375807Visible BoundsReturns the visible boundaries of the block diagram.Read OnlyNo

Methods

Show/Hide Diagram Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Diagram Methods Table
Method ID Long Name (English) Description RTE
6D17C800Object From PointYes
6D17C801Clean Up DiagramReroutes all existing wires and reorders all existing objects on the block diagram.Yes (Read/Write)
6D17C802Default Diagram Clean Up OptionsReturns the default values for automatically cleaning up the block diagram.Yes (Read/Write)
6D17C803Create from Data Type (Deprecated)No
6D17C804Create from Data TypeCreates a control or constant of the data type you specify. LabVIEW always creates a control initially. To change the type of the new object, use the Change to Indicator method.No

Events

This class has no events or it inherits events from its parent: AbstractDiagram Class.


History

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

See Also