NPlateModelReadFrom Method (String) |
Reads the N-Plate model information in from a file (most likely a .nplate) and
returns a
NPlateModel.
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 NPlateModel ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As NPlateModel
public:
static NPlateModel^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> NPlateModel
Parameters
- fileName
- Type: SystemString
Name of the N-Plate model file from which to read.
Return Value
Type:
NPlateModelThe N-Plate model described in the file.
Exceptions See Also