Create an interval defined between two explicitly specified start and stop times.
| [Visual Basic .NET] |
|---|
Public Function CreateEventIntervalFixed( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnEventInterval |
| [C#] |
|---|
public IAgCrdnEventInterval CreateEventIntervalFixed( |
| [Managed C++] |
|---|
public: IAgCrdnEventInterval^ CreateEventIntervalFixed( |
| [Java] |
|---|
public IAgCrdnEventInterval createEventIntervalFixed( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventIntervalFixed( |
- 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 fixed event interval.
| [C#] | Copy Code | |
|---|---|---|
| ||
Create and configure fixed event interval.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
