Click or drag to resize

ScalarVariableArea.ReadFrom Method (String)

Reads the variable area information in from a file (most likely a .dat) 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(
	string fileName
)

Parameters

fileName
Type: System.String
Name of the scalar variable area file from which to read.

Return Value

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