Jump to content

PolymorphicVI class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(2 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 PolymorphicVI Properties Table</span>
{{VIServerClassTables|101}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ PolymorphicVI Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|211C3002
| [[PolymorphicVI class/AdaptToInputs property|AdaptToInputs]]
|Selects the correct polymorphic instance based on the wired input data types.
|R/W
|
|- style="background-color:#CCFFFF;"
|211C3003
| [[PolymorphicVI class/DrawInstance property|DrawInstance]]
|Draws the instance icon if TRUE; otherwise, draws the polymorphic VI.
|R/W
|
|- style="background-color:#CCFFFF;"
|211C3000
| [[PolymorphicVI class/InstanceInfo property|InstanceInfo]]
|Returns an array of clusters where each cluster contains information about a polymorphic VI instance at the same index.
|R/W
|
|- style="background-color:#CCFFFF;"
|211C3001
| [[PolymorphicVI class/SelectorShown property|SelectorShown]]
|Specifies whether the polymorphic VI selector is shown when an instance of this polymorphic VI is added to the block diagram.
|R/W
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide PolymorphicVI Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ PolymorphicVI Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|211C2C00
| [[PolymorphicVI class/GetPolyCHImage method|GetPolyCHImage]]
|Returns an image depicting how the context help looks for the polymorphic VI.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 81: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


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

Latest revision as of 01:57, 8 May 2020

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

This class has no children.


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

Properties

Show/Hide PolymorphicVI Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PolymorphicVI Properties Table
Property ID Long Name (English) Description R/W RTE
211C3000InstanceInfoReturns an array of clusters where each cluster contains information about a polymorphic VI instance at the same index.Read/WriteNo
211C3001Show Selector By DefaultSpecifies whether the polymorphic VI selector is shown when an instance of this polymorphic VI is added to the block diagram.Read/WriteNo
211C3002Adapt To InputsSelects the correct polymorphic instance based on the wired input data types.Read/WriteNo
211C3003Draw Instance IconDraws the instance icon if TRUE; otherwise, draws the polymorphic VI.Read/WriteNo

Methods

Show/Hide PolymorphicVI Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PolymorphicVI Methods Table
Method ID Long Name (English) Description RTE
211C2C00GetPolyCHImageReturns an image depicting how the context help looks for the polymorphic VI.No

Events

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


History

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

See Also