Add an ephemeris point using position only. 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.
[Visual Basic .NET] |
---|
Public Sub AddPosition( _ ByVal Time As System.Object, _ ByVal ZoneStr As String, _ ByVal Easting As Double, _ ByVal Northing As Double, _ ByVal Alt As Double _ ) |
[C#] |
---|
public void AddPosition( System.Object Time, string ZoneStr, double Easting, double Northing, double Alt ); |
[Managed C++] |
---|
public: void AddPosition( VARIANT Time, String __gc ^ ZoneStr, double Easting, double Northing, double Alt ); |
[Unmanaged C++] |
---|
public: HRESULT AddPosition( VARIANT Time, BSTR ZoneStr, double Easting, double Northing, double Alt ); |
- Time
- ZoneStr
- Easting
- Northing
- Alt