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