Returns a copy of the stop epoch. Changes to the epoch will not affect the state of the interval.
[Visual Basic .NET] |
---|
Public Function GetStopEpoch() As IAgCrdnEventSmartEpoch |
[C#] |
---|
public IAgCrdnEventSmartEpoch GetStopEpoch(); |
[Managed C++] |
---|
public: IAgCrdnEventSmartEpoch ^ GetStopEpoch(); |
[Unmanaged C++] |
---|
public: HRESULT GetStopEpoch( IAgCrdnEventSmartEpoch ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventSmartEpoch getStopEpoch(); |
[Python - STK API ] |
---|
def GetStopEpoch(self) -> "IAgCrdnEventSmartEpoch": |