STK ObjectsSend comments on this topic.
PointBuilder Property (IAgVePropagatorRealtime)
See Also
Windows





Windows & Linux

Description

Gets a object to create ephemeris data for a vehicle by sending it point by point.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.