AGI STK VGT 11Send 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
[C#]
public IAgCrdnEventIntervalList Create(
   string Name,
   string Description,
   AgECrdnEventIntervalListType Type
);
[Managed C++]
public: IAgCrdnEventIntervalList^ Create(
   String __gc ^ Name,
   String __gc ^ Description,
   AgECrdnEventIntervalListType Type
);
[Java]
public IAgCrdnEventIntervalList create(
   String Name,
   String Description,
   AgECrdnEventIntervalListType Type
);
[Unmanaged C++]
public: HRESULT Create(
   BSTR Name,
   BSTR Description,
   AgECrdnEventIntervalListType Type,
   IAgCrdnEventIntervalList ** ReturnValue
);

Parameters

Name
Description
Type
MemberValueDescription
eCrdnEventIntervalListTypeUnknown-1Unknown or unsupported interval list types
eCrdnEventIntervalListTypeFromFile0This enumeration is deprecated. Use EventIntervalListTypeFile. Interval list loaded from specified interval file
eCrdnEventIntervalListTypeMerged1Interval list created by merging two constituent interval lists using specified logical operation.
eCrdnEventIntervalListTypeFiltered2Defined by filtering intervals from original interval list using specified filtering method.
eCrdnEventIntervalListTypeCondition3Interval list containing intervals during which specified condition is satisfied (UI type name is Satisfaction).
eCrdnEventIntervalListTypeScaled4Interval List defined by scaling every interval in original interval list using either absolute or relative scale.
eCrdnEventIntervalListTypeSignaled5Determines what interval list is recorded at target clock location by performing signal transmission of original interval list between base and target clock locations.
eCrdnEventIntervalListTypeTimeOffset6Interval List defined by shifting specified reference interval list by fixed time offset.
eCrdnEventIntervalListTypeFile0Interval list loaded from specified interval file
eCrdnEventIntervalListTypeFixed7Interval 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.