Create an event array using fixed time steps from the specified time reference and adding sampled times to array if they fall within specified bounding interval list.
| [Visual Basic .NET] |
|---|
Public Function CreateEventArrayFixedStep( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnEventArray |
| [C#] |
|---|
public IAgCrdnEventArray CreateEventArrayFixedStep( |
| [Managed C++] |
|---|
public: IAgCrdnEventArray^ CreateEventArrayFixedStep( |
| [Java] |
|---|
public IAgCrdnEventArray createEventArrayFixedStep( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventArrayFixedStep( |
- 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 step event array.
| [C#] | Copy Code | |
|---|---|---|
| ||
Create and configure fixed step event array.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
