IPCBIWindowShowNotesDialog(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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void ShowNotesDialog(
	string NoteText,
	string RelevantLayerName
)

Parameters

NoteText  String
Text for note.
RelevantLayerName  String
The layer on which the note should be added.

Implements

InterfacePCBIWindowShowNotesDialog(String, String)

See Also