IPCBIWindowAddPictureLayer(String, String, Boolean) Method

Adds an PicuteLayer to the current ODB++ Job.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPictureLayer AddPictureLayer(
	string FilePath,
	string LayerName,
	bool OpenPictureLayerDialog
)

Parameters

FilePath  String
location of the image
LayerName  String
the new layer name
OpenPictureLayerDialog  Boolean
Would you transform the image?

Return Value

IPictureLayer

Implements

InterfacePCBIWindowAddPictureLayer(String, String, Boolean)

See Also