STK ObjectsSend comments on this topic.
TimeSystem Property (IAgVeEphemerisCCSDSv2ExportTool)
See Also
Windows





Windows & Linux

Description

The time system of the ephemeris.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeSystem() As AgECCSDSTimeSystem
[C#]
public AgECCSDSTimeSystem TimeSystem {get; set;}
[Managed C++]
public: __property AgECCSDSTimeSystem get_TimeSystem();
public: __property void set_TimeSystem( AgECCSDSTimeSystem );
[Unmanaged C++]
public: HRESULT get_TimeSystem(
    AgECCSDSTimeSystem * pVal
);
public: HRESULT put_TimeSystem(
    AgECCSDSTimeSystem TimeSystem
);
[Java]
public AgECCSDSTimeSystem getTimeSystem();
public void setTimeSystem(
    AgECCSDSTimeSystem
);
[Python - STK API ]
@property
def TimeSystem(self) -> "AgECCSDSTimeSystem":

@TimeSystem.setter
def TimeSystem(self, TimeSystem:"AgECCSDSTimeSystem") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.