Jump to content

DisableStructure class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 00:04, 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.


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

Properties

Show/Hide DisableStructure Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DisableStructure Properties Table
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
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DisableStructure Methods Table
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

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

See Also