Template:VIServerProperty: Difference between revisions
Appearance
Created page with "<includeonly>{| class="wikitable" style="float:right; margin-left: 20px;" ! colspan="2" | VI Server Property Information |- | colspan="2" style="text-align:center;" | Return..." |
Starting Templates |
||
| Line 24: | Line 24: | ||
|<img> | |<img> | ||
Data Type Description | Data Type Description | ||
|- | |||
! scope="row" style="text-align:left;" | Property Node | |||
|Property Node Image | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
| Line 30: | Line 33: | ||
== Usage == | == Usage == | ||
Use this template is to create the | Use this template is to create the Property Information table in [[VI Server]] property pages. | ||
Syntax is as follows: | Syntax is as follows: | ||
| Line 36: | Line 39: | ||
<code> | <code> | ||
<nowiki> | <nowiki> | ||
{{VIServerProperty|{{{1}}}}} | {{VIServerProperty|{{{1}}}|{{{2}}}}} | ||
</nowiki> | </nowiki> | ||
</code> | </code> | ||
| Line 49: | Line 52: | ||
| <code>{{{1}}}</code> | | <code>{{{1}}}</code> | ||
| The Class ID of a class in the [[VI Server Class Hierarchy]]. | | The Class ID of a class in the [[VI Server Class Hierarchy]]. | ||
| <code></code> | |||
|- | |||
| <code>{{{2}}}</code> | |||
| The Property ID of a property owned by the class defined by the Class ID {{{1}}}. | |||
| <code></code> | | <code></code> | ||
|} | |} | ||
| Line 56: | Line 63: | ||
<code> | <code> | ||
<nowiki> | <nowiki> | ||
{{VIServerProperty| | {{VIServerProperty|36|632A813}} | ||
</nowiki> | </nowiki> | ||
</code> | </code> | ||
<blockquote style="float: left;"> | <blockquote style="float: left;"> | ||
{{VIServerProperty| | {{VIServerProperty|36|632A813}} | ||
</blockquote> | </blockquote> | ||
</noinclude> | </noinclude> | ||
Revision as of 04:07, 11 September 2019
| |
This page is under construction. This page or section is currently in the middle of an expansion or major revamping. However, you are welcome to assist in its construction by editing it as well. Please view the edit history should you wish to contact the person who placed this template. If this article has not been edited in several days please remove this template. Please don't delete this page unless the page hasn't been edited in several days. While actively editing, consider adding {{inuse}} to reduce edit conflicts. |
Usage
Use this template is to create the Property Information table in VI Server property pages.
Syntax is as follows:
{{VIServerProperty|{{{1}}}|{{{2}}}}}
where:
| Parameter | Description | Default |
|---|---|---|
{{{1}}}
|
The Class ID of a class in the VI Server Class Hierarchy. |
|
{{{2}}}
|
The Property ID of a property owned by the class defined by the Class ID {{{1}}}. |
|
Example
{{VIServerProperty|36|632A813}}
VI Server Property Information Return to GObject Class Property ID 632A813 Scope Data Name Data name here Short Name* Short name here Long Name* [[Template:VIServerGetPropertyName property]] * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. Data Type <img> Data Type Description
Property Node Property Node Image
