Description
Add an ephemeris point. Valid values for <ZoneStr> are A, B, Y, Z or ddc, where 00<dd<61 and c is C-X. Easting, Northing and Alt are entered in Distance. LonRate and LatRate are entered in degrees/second. AltRate is entered in Distance/second.
Syntax
[Visual Basic .NET] |
---|
Public Sub Add( _
ByVal Time As System.Object, _
ByVal ZoneStr As String, _
ByVal Easting As Double, _
ByVal Northing As Double, _
ByVal Alt As Double, _
ByVal LonRate As Double, _
ByVal LatRate As Double, _
ByVal AltRate As Double _
)
|
Parameters
See Also