Click or drag to resize

ScalarVariableArea.ReadFrom Method (TextReader)

Reads the variable area information in from a TextReader and returns a ScalarVariableArea

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 ScalarVariableArea ReadFrom(
	TextReader reader
)

Parameters

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

Return Value

Type: ScalarVariableArea
The variable area model described in the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when reader is null.
See Also