Jump to content

VIRefNum class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
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 VIRefNum Properties Table</span>
{{VIServerClassTables|58}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ VIRefNum Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|699BE400
| [[VIRefNum class/Is Strict? property|Is Strict?]]
|Returns TRUE if the VI reference is a strict type. FALSE otherwise.
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide VIRefNum Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ VIRefNum Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|699BE001
| [[VIRefNum class/Make Non-Strict Reference method|Make Non-Strict Reference]]
|Converts the VI reference into a non-strict VI reference.
|X
|- style="background-color:#CCFFFF;"
|699BE000
| [[VIRefNum class/Make Strict Reference method|Make Strict Reference]]
|Uses the connector pane pattern of the specified VI to convert the VI reference into a strict VI reference.
|X
|- style="background-color:#CCFFFF;"
|699BE003
| [[VIRefNum class/Set Conpane method|Set Conpane]]
|Sets the connector pane of a VI.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 22:34, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name VIRefNum class
Class ID 58
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide VIRefNum Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
VIRefNum Properties Table
Property ID Long Name (English) Description R/W RTE
699BE400Is Strict?Returns TRUE if the VI reference is a strict type. FALSE otherwise.Read OnlyYes

Methods

Show/Hide VIRefNum Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
VIRefNum Methods Table
Method ID Long Name (English) Description RTE
699BE000Make Strict ReferenceUses the connector pane pattern of the specified VI to convert the VI reference into a strict VI reference.Yes (Read/Write)
699BE001Make Non-Strict ReferenceConverts the VI reference into a non-strict VI reference.Yes (Read/Write)
699BE002Set Conpane (Old Type Desc)Yes
699BE003Set ConpaneSets the connector pane of a VI.No

Events

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


History

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

See Also