IPCBIWindowSendMessage Method

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

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SendMessage(
	string ReceiverName,
	string SenderName,
	int MessageID,
	List<Object> Params
)

Parameters

ReceiverName  String
The fullName of plugin.Type
SenderName  String
the sender name
MessageID  Int32
What to do? 1=add items, 2 = save,...
Params  ListObject
The relevant parameters

Return Value

Boolean
True if it works.

Implements

InterfacePCBIWindowSendMessage(String, String, Int32, ListObject)

See Also