AGI STK Objects 11 Send comments on this topic.
TimeSystem Property (IAgVeEphemerisCCSDSv2ExportTool)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1