Click or drag to resize

NPlateModel.ReadFrom Method (TextReader)

Reads the N-Plate model information in from a TextReader and returns a NPlateModel

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static NPlateModel ReadFrom(
	TextReader reader
)

Parameters

reader
Type: System.IO.TextReader
TextReader for the .dat file to read.

Return Value

Type: NPlateModel
The N-Plate model described in the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when reader is null.
See Also