Gets a object to create ephemeris data for a vehicle by sending it point by point.
Read-only property
[Visual Basic .NET] |
---|
Public Property PointBuilder() As IAgVeRealtimePointBuilder |
[C#] |
---|
public IAgVeRealtimePointBuilder PointBuilder {get;} |
[Managed C++] |
---|
public: __property IAgVeRealtimePointBuilder ^ get_PointBuilder(); |
[Unmanaged C++] |
---|
public: HRESULT get_PointBuilder( IAgVeRealtimePointBuilder ** ppRetVal ); |
[Java] |
---|
public IAgVeRealtimePointBuilder getPointBuilder(); |
[Python - STK API ] |
---|
@property def PointBuilder(self) -> "IAgVeRealtimePointBuilder": |