Jump to content

PolymorphicSubVI class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 00:12, 2 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name PolymorphicSubVI class
Class ID 16443
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide PolymorphicSubVI Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PolymorphicSubVI Properties Table
Property ID Short Name (English) Description R/W RTE
7DBC6405 Automatic Sets or returns if the polymorphic VI automatically selects the instance.

If TRUE, the polymorphic VI automatically selects the instance. If FALSE, the property manually selects the current instance.

R/W X
7DBC6404 PolyVI Returns a reference to the Polymorphic VI that the subVI references. R X
7DBC6400 SelectedType Specifies the polymorphic VI instance to select. Writing to this property removes automatic selection. R/W
7DBC6401 Selector Returns a reference to the polymorphic VI selector for a polymorphic VI.

If the polymorphic VI selector is not visible, this property returns NotAReference.

R
7DBC6403 SelectorVisible Sets or returns if the polymorphic VI selector is visible.

If TRUE, the polymorphic VI selector is visible.

R/W

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also