Jump to content

Template:VIServerHasProperties

From LabVIEW Wiki
Revision as of 05:29, 8 September 2019 by Q (talk | contribs) (Default to FALSE)


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