IPCBIWindowSaveEmbeddedAsZIP(String, 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,
	string Password
)

Parameters

FullPath  String
The complete path with filename
Password  String
The password for the zip folder.

Return Value

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

Implements

InterfacePCBIWindowSaveEmbeddedAsZIP(String, String)

See Also