InterfacePCBIWindowSendMessage Method

Send a message to other plugin with information what to do.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool SendMessage(
	string receiverName,
	string senderName,
	int messageID,
	List<Object> params
)

Parameters

receiverName  String
 
senderName  String
 
messageID  Int32
 
params  ListObject
 

Return Value

Boolean
True if it works.

See Also