VNote Parser(VNote) Constructor
This version of the constructor is used when parsing vNote data that is to be stored in an existing
vNote instance.
Definition
Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected VNoteParser(
VNote vNote
)VB
Protected Sub New (
vNote As VNote
)C++
protected:
VNoteParser(
VNote^ vNote
)F#
new :
vNote : VNote -> VNoteParserParameters
- vNote VNote
- The existing vNote instance
Remarks
The properties in the passed vNote will be cleared
Exceptions
| ArgumentNullException | This is thrown if the specified vNote object is null |