AGI STK Objects 11Send comments on this topic.
TimeSystem Property (IAgVeEphemerisCCSDSExportTool)
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 * pRetVal
);
public: HRESULT put_TimeSystem(
   AgECCSDSTimeSystem NewTimeSystem
);
[Java]
public AgECCSDSTimeSystem getTimeSystem();public void setTimeSystem(
   AgECCSDSTimeSystem
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.