Jump to content

CaseStructure class: Difference between revisions

From LabVIEW Wiki
m Removed VI Sever Category from page
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide CaseStructure Properties Table</span>
{{VIServerClassTables|16408}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ CaseStructure Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|6365003
| [[CaseStructure class/CaseInsensitiveMatch? property|CaseInsensitiveMatch?]]
|Specifies whether this Case structure performs case insensitive matching when comparing strings.
|R/W
|
|- style="background-color:#CCFFFF;"
|6365001
| [[CaseStructure class/DefaultCase property|DefaultCase]]
|Specifies the default case of the Case structure.
|R/W
|X
|- style="background-color:#CCFFFF;"
|6365002
| [[CaseStructure class/FrameNames property|FrameNames]]
|Gets or sets the name of the frame of the Case structure.
|R/W
|X
|- style="background-color:#CCFFFF;"
|6365000
| [[CaseStructure class/Selector property|Selector]]
|Returns a reference to the case selector of the Case structure.
|R
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide CaseStructure Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ CaseStructure Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6364C04
| [[CaseStructure class/GetFrameIndex method|GetFrameIndex]]
|Returns the index of the Case structure subdiagram whose <b>Frame Name</b> matches the string you specify.
|X
|- style="background-color:#CCFFFF;"
|6364C03
| [[CaseStructure class/RemoveDefault method|RemoveDefault]]
|Removes the default case from the Case structure.
|
|- style="background-color:#CCFFFF;"
|6364C00
| [[CaseStructure class/Remove Empty Cases method|Remove Empty Cases]]
|Removes the empty frames of the Case structure.
|
|- style="background-color:#CCFFFF;"
|6364C02
| [[CaseStructure class/SetDefaultCase method|SetDefaultCase]]
|Sets the default case of the Case structure.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 97: Line 26:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 01:42, 8 May 2020

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