SP3aEphemerisCreatePoint Method |
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic Point CreatePoint(
int prn
)
Public Function CreatePoint (
prn As Integer
) As Point
public:
Point^ CreatePoint(
int prn
)
member CreatePoint :
prn : int -> Point
Parameters
- prn
- Type: SystemInt32
The PRN to create the point for.
Return Value
Type:
PointA point based on the default interpolator.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown when the prn is not listed in this SP3 file.
|
See Also