DisableStructure class

From LabVIEW Wiki
Jump to: navigation, search
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 Long Name (English) Description R/W RTE
669BE400Default FrameGets or sets the index of the default subdiagram of a Conditional Disable structure.Read/WriteYes
669BE401ConditionsGets or sets an array of the strings that define the condition for each Conditional Disable structure subdiagram.Read/WriteYes
669BE402Active FrameReturns the index of the Conditional Disable structure subdiagram that is currently active, or the subdiagram whose conditions the block diagram code meets.Read/WriteYes
669BE403Disable StyleRead OnlyNo

Methods

Show/Hide DisableStructure Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DisableStructure Methods Table
Method ID Long Name (English) Description RTE
669BE000Get Frame IndexReturns the index of the Conditional Disable structure subdiagram whose Condition matches the string you specify.Yes (Read/Write)
669BE001Remove Empty FramesRemoves any empty subdiagrams from the Conditional Disable structure you specify.Yes (Read/Write)
669BE002Change Disable StyleChanges a Diagram Disable structure to a Conditional Disable structure, and vice versa.Yes (Read/Write)

Events

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


History

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

See Also