SP3aEphemerisCreatePoint Method |
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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 See Also