IPCBIWindowSaveEmbeddedAsZIP(String) Method

This Methode save an embedded PCB-Investigator job as ZIP file.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SaveEmbeddedAsZIP(
	string FullPath
)

Parameters

FullPath  String
The complete path with filename

Return Value

Boolean
false if you have no right to exprot embedded or somthing went wrong.

Implements

InterfacePCBIWindowSaveEmbeddedAsZIP(String)

See Also