Jump to content

Template:VIServerGetChildren

From LabVIEW Wiki
Revision as of 13:22, 8 May 2020 by Q (talk | contribs) (Category reorg)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

This template is a lookup table. The input to this template is the Class ID of a class in the VI Server Class Hierarchy. It returns the class and all of the class' children.

Syntax is as follows:

{{VIServerGetChildren|{{{1}}}}}

where:

Parameter Description Default
{{{1}}} The Class ID of a class in the VI Server Class Hierarchy.

Example: Class with Children

36 is the Class ID of GObject class.

{{VIServerGetChildren|36}}

Result:

Example: Class without Children

1 is the Class ID of Application class, which has no children.

{{VIServerGetChildren|1}}

Result:

This class has no children.

See Also