Jump to content

DataValRefNumConstant class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
 
(4 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 DataValRefNumConstant Properties Table</span>
{{VIServerClassTables|16539}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ DataValRefNumConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|46A34800
| [[DataValRefNumConstant class/Is External property|Is External]]
|Gets or sets whether the data value reference is an external  data value reference. You also can change a data value reference to an external data value reference by right-clicking the data value reference and selecting <b>External</b> from the shortcut menu.
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2011|link=LabVIEW 2011]]
|More info to come.
| This class was added in [[LabVIEW 2011]].
|}
|}


Line 48: Line 24:
*[[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 19:32, 10 June 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name DataValRefNumConstant class
Class ID 16539
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide DataValRefNumConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DataValRefNumConstant Properties Table
Property ID Long Name (English) Description R/W RTE
46A34800Is ExternalGets or sets whether the data value reference is an external data value reference. You also can change a data value reference to an external data value reference by right-clicking the data value reference and selecting External from the shortcut menu.Read/WriteNo

Methods

This class has no methods or it inherits methods from its parent: TypedRefNumConstant Class.

Events

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


History

Version Change(s)
LabVIEW 2011 This class was added in LabVIEW 2011.

See Also