Jump to content

Template:VIServerGetChildren

From LabVIEW Wiki
Revision as of 15:14, 1 September 2019 by Q (talk | contribs) (Starting Templates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

The input to this template is the Class ID of a class in the VI Server Class Hierarchy. The template then looks up all of the classes using Template:VIServerGetParent template and returns all of the classes that have their parent equal to the input.

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:

See Also