Click or drag to resize

PerformanceAssessmentFileReadFrom Method (TextReader)

Reads a PerformanceAssessmentFile from a reader.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static PerformanceAssessmentFile ReadFrom(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
The reader from which to read the PerformanceAssessmentFile.

Return Value

Type: PerformanceAssessmentFile
A PerformanceAssessmentFile instance containing the data read from the reader.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when reader is .
See Also