TreeControl class/Custom Item Symbols.Set To Custom Symbol method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 756A3811
Scope Basic Development Environment
Data Name Custom Item Symbols.Set Symbol
Short Name* Custom Item Symbols.Set Symbol
Long Name* Custom Item Symbols:Set To Custom Symbol
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 66
Owning Class Name TreeControl Class
Return Data Type No return value
Invoke Node Custom Item Symbols:Set To Custom 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

Sets the image of an item symbol.

If you want to use a picture to set the symbol, use the Picture to Pixmap VI to convert the data to an image data cluster before using this method. The image cluster you wire to this method is similar to the image data input of the Write JPEG File, Write PNG File, and Write BMP File VIs.

Parameters

Data type Name Required Description
I32 Index Yes The index of the symbol you want to set. The default is 0.
Common Cluster TypeDef Image Yes Describes the image you want to use for the item symbol.

Uses

History

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

See Also

External Links