AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.