PCBI_ConnectionReceiveMessage Method

Do use the message system to open an result, show the dialog or run a check and save the result. you can also export an html report.

Definition

Namespace: PCBI_BareBoardDRC
Assembly: PCBI_BareBoard_Analysis (in PCBI_BareBoard_Analysis.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public bool ReceiveMessage(
	string Sender,
	int MessageID,
	List<Object> Params
)

Parameters

Sender  String
Calling assembly or script name.
MessageID  Int32
1= open result file, 2 = show DRC dialog, 3 = run check, 4 = export html code
Params  ListObject
string with ath where the file should be saved, or name of used ruleset or name of result file.

Return Value

Boolean
True if action was made.

Implements

IPluginMessageReceiverReceiveMessage(String, Int32, ListObject)

See Also