CaseStructure class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name CaseStructure class
Class ID 16408
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide CaseStructure Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CaseStructure Properties Table
Property ID Long Name (English) Description R/W RTE
6365000SelectorReturns a reference to the case selector of the Case structure.Read OnlyNo
6365001Default CaseSpecifies the default case of the Case structure.Read/WriteYes
6365002Frame NamesGets or sets the name of the frame of the Case structure.Read/WriteYes
6365003Case Insensitive MatchSpecifies whether this Case structure performs case insensitive matching when comparing strings.Read/WriteNo

Methods

Show/Hide CaseStructure Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CaseStructure Methods Table
Method ID Long Name (English) Description RTE
6364C00Remove Empty CasesRemoves the empty frames of the Case structure.No
6364C01Remove CaseNo
6364C02Set Default CaseSets the default case of the Case structure.No
6364C03Remove DefaultRemoves the default case from the Case structure.No
6364C04Get Frame IndexReturns the index of the Case structure subdiagram whose Frame Name matches the string you specify.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