MixedSignalGraph class/Export Image method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 393E8800
Scope Basic Development Environment
Data Name Export Image
Short Name* Export Image
Long Name* Export Image
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 92
Owning Class Name MixedSignalGraph Class
Return Data Type No return value
Invoke Node Export Image
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Exports a simplified image of the graph to the clipboard or a file.

Parameters

Data type Name Required Description
Enum U32 File Type Yes Indicates the file type you want to use to save the file. Options include BMP (default), EPS, EMF, and PICT.
Enum U32 Target Yes Specifies whether to save the image to the clipboard or to disk. When you set Target to File, you must specify a Path.
Path Path No Indicates where you want to save the file. LabVIEW ignores this parameter if you set Target to Clipboard. When you set Target to File, you must specify a Path.
Boolean Hide Grid No Shows or hides the Mixed Signal Graph grid in the exported image.
Boolean Always Overwrite No If TRUE, LabVIEW overwrites an existing file without prompting you. If FALSE (default), LabVIEW prompts you to overwrite an existing file.

Uses

History

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

See Also

External Links