MulticolumnListbox class/Custom Item Symbols.Get Symbol method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 18D99403
Scope Basic Development Environment
Data Name Custom Item Symbols.Get Symbol
Short Name* Custom Item Symbols.Get Symbol
Long Name* Custom Item Symbols:Get Symbol
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 46
Owning Class Name MulticolumnListbox Class
Return Data Type Common Cluster TypeDef data type

Common Cluster TypeDef

Invoke Node Custom Item Symbols:Get Symbol
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Returns the item symbol as a cluster of image data so you can draw it as a picture using the Draw Flattened Pixmap VI or save the image to a file using the Graphics Formats VIs.

The cluster returned by this method is similar to the image data output of the Read JPEG File, Read PNG File, and Read BMP File VIs.

Parameters

Data type Name Required Description
Common Cluster TypeDef Custom Item Symbols:Get Symbol Yes. Return value.
I32 Index Yes

Uses

History

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

See Also

External Links