Jump to content

InPlaceVariantAttributeNode class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server 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 InPlaceVariantAttributeNode Properties Table</span>
{{VIServerClassTables|16544}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ InPlaceVariantAttributeNode Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|1A44F401
| [[InPlaceVariantAttributeNode class/AttrCount property|AttrCount]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|1A44F400
| [[InPlaceVariantAttributeNode class/AttrTermHeight property|AttrTermHeight]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|1A44F404
| [[InPlaceVariantAttributeNode class/AttrTerms property|AttrTerms]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|1A44F405
| [[InPlaceVariantAttributeNode class/FoundTerms property|FoundTerms]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|1A44F406
| [[InPlaceVariantAttributeNode class/HdrHeight property|HdrHeight]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|1A44F403
| [[InPlaceVariantAttributeNode class/NameTerms property|NameTerms]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|1A44F402
| [[InPlaceVariantAttributeNode class/VarIn property|VarIn]]
|
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide InPlaceVariantAttributeNode Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ InPlaceVariantAttributeNode Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|1A44F000
| [[InPlaceVariantAttributeNode class/Resize method|Resize]]
|
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 99: 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 02:11, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name InPlaceVariantAttributeNode class
Class ID 16544
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide InPlaceVariantAttributeNode Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
InPlaceVariantAttributeNode Properties Table
Property ID Long Name (English) Description R/W RTE
1A44F400Attribute Terminal HeightRead OnlyYes
1A44F401Attribute CountRead/WriteYes
1A44F402Variant InputRead OnlyYes
1A44F403Name TerminalsRead OnlyYes
1A44F404Attribute TerminalsRead OnlyYes
1A44F405Found TerminalsRead OnlyYes
1A44F406Header HeightRead OnlyYes

Methods

Show/Hide InPlaceVariantAttributeNode Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
InPlaceVariantAttributeNode Methods Table
Method ID Long Name (English) Description RTE
1A44F000ResizeYes

Events

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


History

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

See Also