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






Windows & Linux

Description

Create and register an interval list using specified name, description, and type.

Syntax

[Visual Basic .NET]
Public Function Create( _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal Type As AgECrdnEventIntervalListType _
) As IAgCrdnEventIntervalList

[Managed C++]
public: IAgCrdnEventIntervalList^ Create(
String __gc ^ Name,
String __gc ^ Description,
AgECrdnEventIntervalListType Type
);

[Unmanaged C++]
public: HRESULT Create(
BSTR Name,
BSTR Description,
AgECrdnEventIntervalListType Type,
IAgCrdnEventIntervalList ** ReturnValue
);

Parameters

Name
Description
Type
Member Value Description
eCrdnEventIntervalListTypeUnknown -1 Unknown or unsupported interval list types
eCrdnEventIntervalListTypeFromFile 0 This enumeration is deprecated. Use EventIntervalListTypeFile. Interval list loaded from specified interval file
eCrdnEventIntervalListTypeMerged 1 Interval list created by merging two constituent interval lists using specified logical operation.
eCrdnEventIntervalListTypeFiltered 2 Defined by filtering intervals from original interval list using specified filtering method.
eCrdnEventIntervalListTypeCondition 3 Interval list containing intervals during which specified condition is satisfied (UI type name is Satisfaction).
eCrdnEventIntervalListTypeScaled 4 Interval List defined by scaling every interval in original interval list using either absolute or relative scale.
eCrdnEventIntervalListTypeSignaled 5 Determines what interval list is recorded at target clock location by performing signal transmission of original interval list between base and target clock locations.
eCrdnEventIntervalListTypeTimeOffset 6 Interval List defined by shifting specified reference interval list by fixed time offset.
eCrdnEventIntervalListTypeFile 0 Interval list loaded from specified interval file
eCrdnEventIntervalListTypeFixed 7 Interval list with individual intervals defined between explicitly specified start and stop times.

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface