Create an interval of fixed duration specified using start and stop offsets relative to specified reference time instant.
| [Visual Basic .NET] |
|---|
Public Function CreateEventIntervalFixedDuration( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnEventInterval |
| [C#] |
|---|
public IAgCrdnEventInterval CreateEventIntervalFixedDuration( |
| [Managed C++] |
|---|
public: IAgCrdnEventInterval^ CreateEventIntervalFixedDuration( |
| [Java] |
|---|
public IAgCrdnEventInterval createEventIntervalFixedDuration( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventIntervalFixedDuration( |
- 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 duration event interval.
| [C#] | Copy Code | |
|---|---|---|
| ||
Create and configure fixed duration event interval.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
