STK ObjectsSend comments on this topic.
Epoch Property (IAgStar)
See Also
Windows





Windows & Linux

Description

Epoch of the star position information as a Julian epoch (yyyy.yy). The Julian epoch is related to the Julian date by the expression JD = 2451545.0 + (yyyy.yy - 2000.0) x 365.25, where 2451545.0 (TT) represents the standard J2000 epoch.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Epoch() As String
[C#]
public string Epoch {get;}
[Managed C++]
public: __property String __gc ^ get_Epoch();
[Unmanaged C++]
public: HRESULT get_Epoch(
    BSTR * pEpoch
);
[Java]
public String getEpoch();
[Python - STK API ]
@property
def Epoch(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.