Jump to content

PolymorphicVI class/GetPolyCHImage method: Difference between revisions

From LabVIEW Wiki
m Category reorg
m Added VI Scripting Method Category to page
 
Line 55: Line 55:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:VI Scripting Method]]


[[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 22:26, 7 May 2020

VI Server Method Information
Method ID 211C2C00
Scope VI Scripting
Data Name GetPolyCHImage
Short Name* GetPolyCHImage
Long Name* GetPolyCHImage
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 101
Owning Class Name PolymorphicVI Class
Return Data Type Common Cluster TypeDef data type

Common Cluster TypeDef

Invoke Node GetPolyCHImage
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedNo
Settable when the VI is runningYes

Returns an image depicting how the context help looks for the polymorphic VI.

Parameters

Data type Name Required Description
Common Cluster TypeDef GetPolyCHImage Yes. Return value.
I32 Instance Index Yes Instance Index specifies which instance VI to use for wire types. Use -1 to use the help description and icon for the polymorphic VI.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links