AGI STK VGT 11 Send comments on this topic.
CreateSmartEpochFromEvent Method (IAgCrdnEventFactory)
See Also 
RefEvent





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1