ILayerGetNotesOnLayer Method

all notes on this layer

Definition

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

Return Value

ListILayerNoteElement
a list of all notes on this layer

Implements

InterfaceLayerGetNotesOnLayer

See Also