IODBLayerGetNotesOnLayer Method

Get all notes on this layer. NoteElements contain the text and location of the notes.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public override List<ILayerNoteElement> GetNotesOnLayer()

Return Value

ListILayerNoteElement
A list of all notes.

Implements

InterfaceLayerGetNotesOnLayer
InterfaceLayerGetNotesOnLayer

See Also