StkAttitudeFileReadFrom Method (String) |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic static StkAttitudeFile ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As StkAttitudeFile
public:
static StkAttitudeFile^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> StkAttitudeFile
Parameters
- fileName
- Type: SystemString
The name of the file from which to read the attitude.
Return Value
Type:
StkAttitudeFileAn
StkAttitudeFile instance containing the read attitude file.
Exceptions| Exception | Condition |
|---|
| InvalidDataException |
Thrown when the STK attitude file is invalid, or it contains unsupported properties or property values.
|
| ArgumentNullException |
Thrown when fileName is .
|
See Also