Creates a smart epoch from an event.
[Visual Basic .NET] |
---|
Public Function CreateSmartEpochFromEvent( _ ByVal RefEvent As IAgCrdnEvent _ ) As IAgCrdnEventSmartEpoch |
[C#] |
---|
public IAgCrdnEventSmartEpoch CreateSmartEpochFromEvent( IAgCrdnEvent RefEvent ); |
[Managed C++] |
---|
public: IAgCrdnEventSmartEpoch^ CreateSmartEpochFromEvent( IAgCrdnEvent ^ RefEvent ); |
[Unmanaged C++] |
---|
public: HRESULT CreateSmartEpochFromEvent( IAgCrdnEvent * RefEvent, IAgCrdnEventSmartEpoch ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventSmartEpoch createSmartEpochFromEvent( IAgCrdnEvent RefEvent ); |
[Python - STK API ] |
---|
def CreateSmartEpochFromEvent(self, RefEvent:"IAgCrdnEvent") -> "IAgCrdnEventSmartEpoch": |
- RefEvent