Jump to content

CaseStructure class: Difference between revisions

From LabVIEW Wiki
Started page
 
Line 92: Line 92:


== See Also ==
== See Also ==
*[[Functions Palette/Programming/Structures/Case Structure|Case Structure]]
*[[VI Server Class Hierarchy]]
*[[VI Server Class Hierarchy]]
*[[VI Server]]
*[[VI Server]]

Revision as of 03:38, 2 September 2019

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 Short Name (English) Description R/W RTE
6365003 CaseInsensitiveMatch? Specifies whether this Case structure performs case insensitive matching when comparing strings. R/W
6365001 DefaultCase Specifies the default case of the Case structure. R/W X
6365002 FrameNames Gets or sets the name of the frame of the Case structure. R/W X
6365000 Selector Returns a reference to the case selector of the Case structure. R

Methods

Show/Hide CaseStructure Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CaseStructure Methods Table
Method ID Short Name (English) Description RTE
6364C04 GetFrameIndex Returns the index of the Case structure subdiagram whose Frame Name matches the string you specify. X
6364C03 RemoveDefault Removes the default case from the Case structure.
6364C00 Remove Empty Cases Removes the empty frames of the Case structure.
6364C02 SetDefaultCase Sets the default case of the Case structure.

Events

No Events for this class.

History

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

See Also