DisableStructure class: Difference between revisions
Appearance
Started page |
|||
| Line 87: | Line 87: | ||
== See Also == | == See Also == | ||
*[[Functions Palette/Programming/Structures/Diagram Disable Structure|Diagram Disable Structure]] | |||
*[[Functions Palette/Programming/Structures/Conditional Disable Structure|Conditional Disable Structure]] | |||
*[[VI Server Class Hierarchy]] | *[[VI Server Class Hierarchy]] | ||
*[[VI Server]] | *[[VI Server]] | ||
Revision as of 03:52, 2 September 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | DisableStructure class |
| Class ID | 16487 |
| Scope | VI Scripting |
| Class Inheritance |
|
| Class Children | This class has no children. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The DisableStructure class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide DisableStructure 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 |
|---|---|---|---|---|
| 669BE402 | ActiveFrame | Returns the index of the Conditional Disable structure subdiagram that is currently active, or the subdiagram whose conditions the block diagram code meets. | R/W | X |
| 669BE401 | Conditions | Gets or sets an array of the strings that define the condition for each Conditional Disable structure subdiagram. | R/W | X |
| 669BE400 | DefaultFrame | Gets or sets the index of the default subdiagram of a Conditional Disable structure. | R/W | X |
| 669BE403 | Disable Style | R |
Methods
Show/Hide DisableStructure Methods Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Short Name (English) | Description | RTE |
|---|---|---|---|
| 669BE002 | Change Disable Style | Changes a Diagram Disable structure to a Conditional Disable structure, and vice versa. | X |
| 669BE000 | Get Frame Index | Returns the index of the Conditional Disable structure subdiagram whose Condition matches the string you specify. | X |
| 669BE001 | Remove Empty Frames | Removes any empty subdiagrams from the Conditional Disable structure you specify. | X |
Events
No Events for this class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |