Jump to content

InPlaceArraySplitNode class

From LabVIEW Wiki
Revision as of 02:10, 8 May 2020 by Q (talk | contribs) (Removed VI Server Category from page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name InPlaceArraySplitNode class
Class ID 16530
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

    Properties

    Show/Hide InPlaceArraySplitNode Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    InPlaceArraySplitNode Properties Table
    Property ID Long Name (English) Description R/W RTE
    7B7CE800Split DimensionGets or sets the dimension along which LabVIEW splits the input array to an Array Split / Replace Subarrays border node. For example, if you select 1 for a two-dimensional array, LabVIEW creates the subarrays from columns of the original array. If you select 0, LabVIEW creates the subarrays from rows of the original array.Read/WriteYes
    7B7CE801Split CountGets or sets the number of times the Array Split / Replace Subarrays border node splits the input array.Read/WriteYes
    7B7CE802Split TerminalsReturns an array of references to the subarray terminals of an Array Split / Replace Subarrays border node.Read OnlyYes
    7B7CE803Length TerminalsReturns an array of references to the split length terminals of an Array Split / Replace Subarrays border node.Read/WriteYes
    7B7CE804Array TerminalReturns a reference to the array terminal of an Array Split / Replace Subarrays border node.Read OnlyYes
    7B7CE805Terminal HeightReturns the height, in pixels, of a split length terminal on an Array Split / Replace Subarrays border node.Read OnlyYes

    Methods

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

    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