Template:VIServerGetChildren

From LabVIEW Wiki
Jump to: navigation, search


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