Jump to content

Template:VIServerGetChildren: Difference between revisions

From LabVIEW Wiki
m alphabetized
m Category reorg
 
Line 466: Line 466:
*[[Template:VIServerGetClassName]]
*[[Template:VIServerGetClassName]]
*[[Template:VIServerGetAncestors]]
*[[Template:VIServerGetAncestors]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 13:22, 8 May 2020


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