Jump to content

Template:VIServerHasProperties

From LabVIEW Wiki
Revision as of 05:16, 8 September 2019 by Q (talk | contribs) (Created page with "<includeonly>{{#switch: {{{1}}} |1=TRUE |2=TRUE |3=TRUE |4=TRUE |5=TRUE |6=TRUE |7=TRUE |8=TRUE |9=TRUE |10=FALSE |11=TRUE |12=TRUE |13=TRUE |14=TRUE |15=TRUE |16=TRUE |17=TRU...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

This template is a lookup table. The input is the Class ID of a class in the VI Server Class Hierarchy. It returns the Class type {basic, script, private, deprecated, unknown}.

Syntax is as follows:

{{VIServerHasProperties|{{{1}}}}}

where:

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

Example: Control class - Has Properties

{{VIServerHasProperties|6}}

Result: TRUE

Example: TagSet class - Does not have properties

{{VIServerHasProperties|82}}

Result: FALSE

See Also