VNoteParserVNotes Property

This is used to get the collection of vNotes parsed from the PDI data stream

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VNoteCollection VNotes { get; }

Property Value

VNoteCollection

Remarks

The vNotes from prior calls to the parsing methods are not cleared automatically. Call VNotes.Clear() before calling a parsing method if you do not want to retain the vNotes from prior runs.

See Also