IPictureLayerGetNotesOnLayer Method

Get all notes as string on this layer.

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
InterfaceLayerGetNotesOnLayer

See Also