Short Name: Export Image
Requires: Base Development System
Class: MixedSignalGraph Methods
To Use: Create a method.
Exports a simplified image of the graph to the clipboard or a file.
| Data type | Name | Required | Description | 
|---|---|---|---|
![]()  | File Type | Yes | Indicates the file type you want to use to save the file. Options include BMP (default), EPS, EMF, and PICT. | 
![]()  | 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 | 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. | 
![]()  | Hide Grid | No | Shows or hides the Mixed Signal Graph grid in the exported image. | 
![]()  | Always Overwrite | No | If TRUE, LabVIEW overwrites an existing file without prompting you. If FALSE (default), LabVIEW prompts you to overwrite an existing file. | 
The following table lists the characteristics of this method.
| Data type | No return value | 
| Available in Run-Time Engine | Yes (Read/Write) | 
| Available in Real-Time Operating System | Yes | 
| Settable when the VI is running | Yes | 
| Loads the front panel into memory | Yes | 
| Need to authenticate before use | No | 
| Loads the block diagram into memory | No | 
| Remote access allowed | Yes |