StkAttitudeFile.ReadFrom Method (TextReader) |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static StkAttitudeFile ReadFrom(
TextReader reader
)
Public Shared Function ReadFrom (
reader As TextReader
) As StkAttitudeFile
public:
static StkAttitudeFile^ ReadFrom(
TextReader^ reader
)
static member ReadFrom :
reader : TextReader -> StkAttitudeFile
Parameters
- reader
- Type: System.IO.TextReader
The reader from which to read the attitude.
Return Value
Type:
StkAttitudeFileAn
StkAttitudeFile instance containing the read attitude file.
Exceptions
See Also