Click or drag to resize

PredictionSupportFileWriteToPsfVersion1 Method

Write a PSF file in version 1 format.

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 void WriteToPsfVersion1(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The writer to write the file to.
See Also