InterfacePCBIWindowAddPictureLayer(String, String, Boolean, Boolean, Boolean) Method

Adds an PicuteLayer to the current ODB++ Job.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IPictureLayer AddPictureLayer(
	string filePath,
	string layerName,
	bool openPictureLayerDialog,
	bool fitIn,
	bool addUndo = false
)

Parameters

filePath  String
 
layerName  String
 
openPictureLayerDialog  Boolean
 
fitIn  Boolean
 
addUndo  Boolean  (Optional)
 

Return Value

IPictureLayer

See Also