Jump to content

NamedBundler class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 23:37, 1 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name NamedBundler class
Class ID 16415
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide NamedBundler Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
NamedBundler Properties Table
Property ID Short Name (English) Description R/W RTE
636BC05 AllowUnwired R/W X
636BC02 AvailElems() Returns an array of the names of available elements in the bundler. R
636BC00 ElemNms() Gets or sets the names of the elements in the bundler.

This property returns names at each level of the hierarchy delimited by periods (.). You cannot set hierarchical element names. The Full Element Names[] property provides more support for hierarchical names.

R/W
636BC04 FullElemIdx() R/W X
636BC03 FullElemNms() Gets or sets the complete names of elements in the bundler, including the name at each level of the hierarchy.

Element names are formatted as a cluster that contains an array of strings that represent the hierarchical name.

R/W
636BC01 FullNmsVis Gets or sets whether to display the full names of elements. R/W
636BC06 RestrictLRGrowMove R/W X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also