Create an interval list defined by shifting
the specified reference interval list by a fixed time offset.
| [Visual Basic .NET] |
|---|
Public Function CreateEventIntervalListTimeOffset( _
ByVal Name As String, _
ByVal Description As String _
) As IAgCrdnEventIntervalList
|
| [C#] |
|---|
public IAgCrdnEventIntervalList CreateEventIntervalListTimeOffset(
|
| [Managed C++] |
|---|
public: IAgCrdnEventIntervalList^ CreateEventIntervalListTimeOffset(
|
| [Java] |
|---|
public IAgCrdnEventIntervalList createEventIntervalListTimeOffset(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventIntervalListTimeOffset(
|
- 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
time offset event interval list.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Create and configure
time offset event interval list.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||