The input values are in the B1950 coordinate frame.
Read-only property
[Visual Basic .NET] |
---|
Public Property B1950() As IAgVeRealtimeCartesianPoints |
[C#] |
---|
public IAgVeRealtimeCartesianPoints B1950 {get;} |
[Managed C++] |
---|
public: __property IAgVeRealtimeCartesianPoints ^ get_B1950(); |
[Unmanaged C++] |
---|
public: HRESULT get_B1950( IAgVeRealtimeCartesianPoints ** ppRetVal ); |
[Java] |
---|
public IAgVeRealtimeCartesianPoints getB1950(); |
[Python - STK API ] |
---|
@property def B1950(self) -> "IAgVeRealtimeCartesianPoints": |