IPCBIWindowSaveEmbedded Method

This Methode save an embedded PCB-Investigator job in an directory.

Definition

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

Parameters

FullPath  String
The directory to save.
Password  String
if no password is used, set "".

Return Value

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

Implements

InterfacePCBIWindowSaveEmbedded(String, String)

See Also