Jump to content

Template:VIServerHasProperties: Difference between revisions

From LabVIEW Wiki
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..."
 
m Move documentation to subpage
 
(2 intermediate revisions by one other user not shown)
Line 295: Line 295:
|16552=TRUE
|16552=TRUE
|16553=TRUE
|16553=TRUE
|unknown}}</includeonly><noinclude>
|FALSE}}</includeonly><noinclude>{{documentation}}</noinclude>
 
== 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:
 
<code>
<nowiki>
{{VIServerHasProperties|{{{1}}}}}
</nowiki>
</code>
 
where:
 
{| class="wikitable"
! Parameter
! Description
! Default
|-
| <code>{{{1}}}</code>
| The Class ID of a class in the [[VI Server Class Hierarchy]].
| <code></code>
|}
 
'''Example:''' ''[[{{VIServerGetClassName|6}} class]] - Has Properties''
 
<code>
<nowiki>
{{VIServerHasProperties|6}}
</nowiki>
</code>
 
'''Result:''' {{VIServerHasProperties|6}}
 
'''Example:''' ''[[{{VIServerGetClassName|82}} class]] - Does not have properties''
 
<code>
<nowiki>
{{VIServerHasProperties|82}}
</nowiki>
</code>
 
'''Result:''' {{VIServerHasProperties|82}}
 
== See Also ==
*[[Template:VIServerGetClassName]]
*[[Template:VIServerGetAncestors]]
*[[Template:VIServerGetChildren]]
</noinclude>

Latest revision as of 17:01, 1 August 2024