Create and register an interval list using specified name, description, and type.
[Visual Basic .NET] |
---|
Public Function Create( _ ByVal Name As String, _ ByVal Description As String, _ ByVal Type As AgECrdnEventIntervalListType _ ) As IAgCrdnEventIntervalList |
[C#] |
---|
public IAgCrdnEventIntervalList Create( |
[Managed C++] |
---|
public: IAgCrdnEventIntervalList^ Create( |
[Java] |
---|
public IAgCrdnEventIntervalList create( |
[Unmanaged C++] |
---|
public: HRESULT Create( |
- 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.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.