Jump to content

InPlaceMapNode class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(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 InPlaceMapNode Properties Table</span>
{{VIServerClassTables|16548}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ InPlaceMapNode Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|13C9FC08
| [[InPlaceMapNode class/ActionTerms property|ActionTerms]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|13C9FC07
| [[InPlaceMapNode class/DefaultValTerms property|DefaultValTerms]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|13C9FC06
| [[InPlaceMapNode class/FoundTerms property|FoundTerms]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|13C9FC01
| [[InPlaceMapNode class/KeyHeight property|KeyHeight]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|13C9FC04
| [[InPlaceMapNode class/KeyTerms property|KeyTerms]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|13C9FC02
| [[InPlaceMapNode class/KeyCount property|KeyCount]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|13C9FC03
| [[InPlaceMapNode class/Map property|Map]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|13C9FC00
| [[InPlaceMapNode class/MapHeight property|MapHeight]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|13C9FC05
| [[InPlaceMapNode class/ValueTerms property|ValueTerms]]
|
|R
|X
|}
</div>


==Methods==
== History ==
<span class="mw-customtoggle-methodstable">Show/Hide InPlaceMapNode Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ InPlaceMapNode Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|13C9F800
| [[InPlaceMapNode class/SetNumKeyValuePairs method|SetNumKeyValuePairs]]
|
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
{{ambox|text=History information is needed.  What changes have occurred 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:LV2019.png|frameless|border|64x64px|LabVIEW 2019|link=LabVIEW 2019]]
|More info to come.
|Added in [[LabVIEW 2019]] in conjunction with [[Map class|Maps]].
|}
|}


Line 111: 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 InPlaceMapNode class
Class ID 16548
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide InPlaceMapNode Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
InPlaceMapNode Properties Table
Property ID Long Name (English) Description R/W RTE
13C9FC00Map HeightRead OnlyYes
13C9FC01Key HeightRead OnlyYes
13C9FC02KeyCountRead/WriteYes
13C9FC03MapRead OnlyYes
13C9FC04Key TerminalsRead OnlyYes
13C9FC05Value TerminalsRead OnlyYes
13C9FC06Found TerminalsRead OnlyYes
13C9FC07DefaultValueTerminalsRead OnlyYes
13C9FC08Action TerminalsRead OnlyYes

Methods

Show/Hide InPlaceMapNode Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
InPlaceMapNode Methods Table
Method ID Long Name (English) Description RTE
13C9F800Set number of Key/Value PairsYes

Events

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


History

Version Change(s)
LabVIEW 2019 Added in LabVIEW 2019 in conjunction with Maps.

See Also