InterfacePCBIWindowShowNotesDialog(String, String) Method

Show notes dialog for edit and switch between notes and initialize a new note. This does not close the open dialog!

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void ShowNotesDialog(
	string noteText,
	string relevantlayerName
)

Parameters

noteText  String
 
relevantlayerName  String
 

See Also