Jump to content

Diagram class

From LabVIEW Wiki
Revision as of 04:45, 27 August 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name class
Class ID {{{1}}}
Scope
Class Inheritance

This class is a top-level class.

Class Children

This class has no 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 Short Name (English) Description R/W RTE
6375807 VisBounds Returns the visible boundaries of the block diagram. R

Methods

Show/Hide Diagram Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Diagram Methods Table
Method ID Short Name (English) Description RTE
6D17C801 CleanUp Reroutes all existing wires and reorders all existing objects on the block diagram. X
6D17C804 Create from Data Type Creates 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.

Use the To More Specific Class function to try to cast the reference this method returns to the specific class you want to use in the application. If the function does not return an error, the reference matches the specific class.

6D17C802 CleanUpOptions Returns the default values for automatically cleaning up the block diagram. X
6D17C800 ObjectFromPoint X

Events

No Events for this class.

History

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

See Also