STK Vector Geometry ToolSend comments on this topic.
CreateSmartEpochFromEvent Method (IAgCrdnEventFactory)
See Also
RefEvent
Windows





Windows & Linux

Description

Creates a smart epoch from an event.

Syntax

[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":

Parameters

RefEvent

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.