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





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
Member Value Description
eCrdnEventTypeUnknown -1 Unknown or unsupported time instant types
eCrdnEventTypeEpoch 0 Time instant set at specified date/time
eCrdnEventTypeExtremum 1 Determines time of global minimum or maximum of specified scalar calculation.
eCrdnEventTypeFromInterval 2 Start or stop time of selected reference interval
eCrdnEventTypeSignaled 3 Determines what time is recorded at target clock location by performing signal transmission of original time instant between base and target clock locations.
eCrdnEventTypeTimeOffset 4 Time instant at fixed offset from specified reference time instant
eCrdnEventTypeSmartEpoch 5 A 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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1