Diagram class
Appearance
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | Diagram class |
| Class ID | 16384 |
| 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 Diagram class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide Diagram Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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 | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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
| |
History information is needed. What changes have occured over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |