AGI STK VGT 11Send 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
);
[Java]
public IAgCrdnEventSmartEpoch createSmartEpochFromEvent(
   IAgCrdnEvent RefEvent
);
[Unmanaged C++]
public: HRESULT CreateSmartEpochFromEvent(
   IAgCrdnEvent * RefEvent,
   IAgCrdnEventSmartEpoch ** ReturnValue
);

Parameters

RefEvent

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.