Jump to content

ClassSpecifierConstant class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
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 ClassSpecifierConstant Properties Table</span>
{{VIServerClassTables|16452}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ ClassSpecifierConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|566EFC05
| [[ClassSpecifierConstant class/AllTypes() property|AllTypes()]]
|Returns an array of all possible types for the class specifier constant, as well as the inheritance relationship between the types.
|R
|X
|- style="background-color:#CCFFFF;"
|566EFC02
| [[ClassSpecifierConstant class/ClassName property|ClassName]]
|Returns the name of the currently selected class. Or, changes the selected class to the specified class name.
|R/W
|X
|- style="background-color:#D1BB80;"
|566EFC04
| [[ClassSpecifierConstant class/IsPrivateClassSelected property|IsPrivateClassSelected]]
|
|R
|
|- style="background-color:#D1BB80;"
|566EFC03
| [[ClassSpecifierConstant class/IsScriptClassSelected property|IsScriptClassSelected]]
|
|R
|
|- style="background-color:#CCFFFF;"
|566EFC01
| [[ClassSpecifierConstant class/Term property|Term]]
|Returns a reference to the output terminal of a class-specifier constant.
|R
|
|- style="background-color:#CCFFFF;"
|566EFC06
| [[ClassSpecifierConstant class/Type property|Type]]
|Gets or sets the class of the class specifier constant in the form of a string.
|R
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide ClassSpecifierConstant Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ ClassSpecifierConstant Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|566EF800
| [[ClassSpecifierConstant class/SetType method|SetType]]
|Sets the type of the referenced class specifier constant.
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 93: Line 25:
*[[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:44, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name ClassSpecifierConstant class
Class ID 16452
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide ClassSpecifierConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ClassSpecifierConstant Properties Table
Property ID Long Name (English) Description R/W RTE
566EFC00Type (Deprecated)Read/WriteNo
566EFC01TerminalReturns a reference to the output terminal of a class-specifier constant.Read OnlyNo
566EFC02Class NameReturns the name of the currently selected class. Or, changes the selected class to the specified class name.Read/WriteYes
566EFC03Is Scripting Class SelectedRead OnlyNo
566EFC04Is Private Class SelectedRead OnlyNo
566EFC05All Types[]Returns an array of all possible types for the class specifier constant, as well as the inheritance relationship between the types.Read OnlyYes
566EFC06TypeGets or sets the class of the class specifier constant in the form of a string.Read OnlyNo

Methods

Show/Hide ClassSpecifierConstant Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ClassSpecifierConstant Methods Table
Method ID Long Name (English) Description RTE
566EF800Set TypeSets the type of the referenced class specifier constant.Yes (Read/Write)

Events

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


History

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

See Also