InterfacePCBIWindowSaveEmbedded Method

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

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool SaveEmbedded(
	string fullPath,
	string password
)

Parameters

fullPath  String
 
password  String
 

Return Value

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

See Also