CaseStructure class
Appearance
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. |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The CaseStructure class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide CaseStructure Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
6365000 | Selector | Returns a reference to the case selector of the Case structure. | Read Only | No |
6365001 | Default Case | Specifies the default case of the Case structure. | Read/Write | Yes |
6365002 | Frame Names | Gets or sets the name of the frame of the Case structure. | Read/Write | Yes |
6365003 | Case Insensitive Match | Specifies whether this Case structure performs case insensitive matching when comparing strings. | Read/Write | No |
Methods
Show/Hide CaseStructure Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
6364C00 | Remove Empty Cases | Removes the empty frames of the Case structure. | No |
6364C01 | Remove Case | No | |
6364C02 | Set Default Case | Sets the default case of the Case structure. | No |
6364C03 | Remove Default | Removes the default case from the Case structure. | No |
6364C04 | Get Frame Index | Returns 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
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |