Create an event interval collection recorded at target clock location by performing signal transmission of original interval list collection between base and target clock locations.
[Visual Basic .NET] |
---|
Public Function CreateEventIntervalCollectionSignaled( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnEventIntervalCollection |
[C#] |
---|
public IAgCrdnEventIntervalCollection CreateEventIntervalCollectionSignaled( |
[Managed C++] |
---|
public: IAgCrdnEventIntervalCollection^ CreateEventIntervalCollectionSignaled( |
[Java] |
---|
public IAgCrdnEventIntervalCollection createEventIntervalCollectionSignaled( |
[Unmanaged C++] |
---|
public: HRESULT CreateEventIntervalCollectionSignaled( |
- Name
- Description
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.
Create and configure signaled event interval collection.
[C#] | ![]() | |
---|---|---|
|
Create and configure signaled event interval collection.
[Visual Basic .NET] | ![]() | |
---|---|---|
|