Get the satellite's TimeEvents properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property TimeEvents() As IAgVeGfxTimeEventsCollection |
[C#] |
---|
public IAgVeGfxTimeEventsCollection TimeEvents {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxTimeEventsCollection ^ get_TimeEvents(); |
[Unmanaged C++] |
---|
public: HRESULT get_TimeEvents( IAgVeGfxTimeEventsCollection ** ppVal ); |
[Java] |
---|
public IAgVeGfxTimeEventsCollection getTimeEvents(); |
[Python - STK API ] |
---|
@property def TimeEvents(self) -> "IAgVeGfxTimeEventsCollection": |