ScalarVariableAreaReadFrom 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: 24.2.419.0 (24.2.419.0)
Syntax public static ScalarVariableArea ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As ScalarVariableArea
public:
static ScalarVariableArea^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> ScalarVariableArea
Parameters
- fileName
- Type: SystemString
Name of the scalar variable area file from which to read.
Return Value
Type:
ScalarVariableAreaThe variable area model described in the file.
Exceptions See Also