Jump to content

GrowableFunction 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 GrowableFunction Properties Table</span>
{{VIServerClassTables|16410}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ GrowableFunction Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|6368000
| [[GrowableFunction class/TermHeight property|TermHeight]]
|Returns the height, in pixels, of each growable terminal on a growable node.
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide GrowableFunction Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ GrowableFunction Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6367C01
| [[GrowableFunction class/Resize.AddChunk method|Resize.AddChunk]]
|Adds one or more chunks of terminals to the top or bottom of this growable node.
|
|- style="background-color:#CCFFFF;"
|6367C02
| [[GrowableFunction class/Resize.RemoveChunk method|Resize.RemoveChunk]]
|Removes one or more chunks of terminals from the top or bottom of this growable node.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:08, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name GrowableFunction class
Class ID 16410
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide GrowableFunction Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
GrowableFunction Properties Table
Property ID Long Name (English) Description R/W RTE
6368000Terminal HeightReturns the height, in pixels, of each growable terminal on a growable node.Read OnlyYes

Methods

Show/Hide GrowableFunction Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
GrowableFunction Methods Table
Method ID Long Name (English) Description RTE
6367C00Resize (Deprecated)No
6367C01Resize:Add ChunkAdds one or more chunks of terminals to the top or bottom of this growable node.No
6367C02Resize:Remove ChunkRemoves one or more chunks of terminals from the top or bottom of this growable node.No

Events

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


History

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

See Also