AGI STK VGT 11Send comments on this topic.
Create Method (IAgCrdnEventFactory)
See Also 
Name
Description
Type
Windows






Windows & Linux

Description

Creates and registers an event using specified name, description, and type.

Syntax

[Visual Basic .NET]
Public Function Create( _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal Type As AgECrdnEventType _
) As IAgCrdnEvent
[C#]
public IAgCrdnEvent Create(
   string Name,
   string Description,
   AgECrdnEventType Type
);
[Managed C++]
public: IAgCrdnEvent^ Create(
   String __gc ^ Name,
   String __gc ^ Description,
   AgECrdnEventType Type
);
[Java]
public IAgCrdnEvent create(
   String Name,
   String Description,
   AgECrdnEventType Type
);
[Unmanaged C++]
public: HRESULT Create(
   BSTR Name,
   BSTR Description,
   AgECrdnEventType Type,
   IAgCrdnEvent ** ReturnValue
);

Parameters

Name
Description
Type
MemberValueDescription
eCrdnEventTypeUnknown-1Unknown or unsupported time instant types
eCrdnEventTypeEpoch0Time instant set at specified date/time
eCrdnEventTypeExtremum1Determines time of global minimum or maximum of specified scalar calculation.
eCrdnEventTypeFromInterval2Start or stop time of selected reference interval
eCrdnEventTypeSignaled3Determines what time is recorded at target clock location by performing signal transmission of original time instant between base and target clock locations.
eCrdnEventTypeTimeOffset4Time instant at fixed offset from specified reference time instant
eCrdnEventTypeSmartEpoch5A smart epoch.

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.