Create an event array by taking start and/or stop times of every interval in the specified reference interval list and adding them to array.
| [Visual Basic .NET] |
|---|
Public Function CreateEventArrayStartStopTimes( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnEventArray |
| [C#] |
|---|
public IAgCrdnEventArray CreateEventArrayStartStopTimes( |
| [Managed C++] |
|---|
public: IAgCrdnEventArray^ CreateEventArrayStartStopTimes( |
| [Java] |
|---|
public IAgCrdnEventArray createEventArrayStartStopTimes( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventArrayStartStopTimes( |
- 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 start stop times event array.
| [C#] | Copy Code | |
|---|---|---|
| ||
Create and configure start stop times event array.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
