VI class/VI Icon.Save To File method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 418
Scope Basic Development Environment
Data Name VI Icon.Save to File
Short Name* VI Icon.Save to File
Long Name* VI Icon:Save To File
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Return Data Type No return value
Invoke Node VI Icon:Save To File
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
Available with control VIsYes
Available with global VIsYes
Available with polymorphic VIsYes
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Saves an image of the VI icon to a file.

You also can use the VI Icon:Get As Image Data method to return the VI icon as a cluster of image data.

Parameters

Data type Name Required Description
Path Image File Yes Path where you want to save the image.
Enum U32 Image Format No Format in which to save the image.
I32 Image Depth No Specifies the color depth of the image, which is the number of bits to use to describe the color of each pixel in the image. Valid values include 1, 4, and 8 (default) bits per pixel.

Uses

History

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

See Also

External Links