Click or drag to resize

PerformanceAssessmentFile.ReadFrom Method (String)

Reads a PerformanceAssessmentFile from a file.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static PerformanceAssessmentFile ReadFrom(
	string fileName
)

Parameters

fileName
Type: System.String
The name of the PerformanceAssessmentFile from which to read.

Return Value

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