Node class/Get Image method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 6358C01
Scope VI Scripting
Data Name Get Image
Short Name* Get Image
Long Name* Get Image
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16421
Owning Class Name Node Class
Return Data Type No return value
Invoke Node Get Image
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Returns an image of a block diagram node.

Parameters

Data type Name Required Description
I32 Image Depth No Sets the color depth, or number of supported colors, of the image: 1 (1-bit, black and white), 4 (4-bit, 16 colors), 8 (8-bit, 256 colors), or 24 (24-bit, true color). The default is 8.
U32 Background Color No Specifies the background color of the image.
Common Cluster TypeDef Image Data No Information about the image so you can use the Draw Flattened Pixmap VI to draw it as a picture or use the Graphics Formats VIs to save the image to a file.

Uses

History

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

See Also

External Links