Get the smart epoch component to configure the orbit state epoch.
Read-only property
[Visual Basic .NET] |
---|
Public Property OrbitEpoch() As IAgCrdnEventSmartEpoch |
[C#] |
---|
public IAgCrdnEventSmartEpoch OrbitEpoch {get;} |
[Managed C++] |
---|
public: __property IAgCrdnEventSmartEpoch ^ get_OrbitEpoch(); |
[Unmanaged C++] |
---|
public: HRESULT get_OrbitEpoch( IAgCrdnEventSmartEpoch ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventSmartEpoch getOrbitEpoch(); |
[Python - STK API ] |
---|
@property def OrbitEpoch(self) -> "IAgCrdnEventSmartEpoch": |