Create an event array containing times at which the specified condition will change its satisfaction status.
| [Visual Basic .NET] |
|---|
Public Function CreateEventArrayConditionCrossings( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnEventArray |
| [C#] |
|---|
public IAgCrdnEventArray CreateEventArrayConditionCrossings( |
| [Managed C++] |
|---|
public: IAgCrdnEventArray^ CreateEventArrayConditionCrossings( |
| [Java] |
|---|
public IAgCrdnEventArray createEventArrayConditionCrossings( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventArrayConditionCrossings( |
- 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 condition crossings event array.
| [C#] | Copy Code | |
|---|---|---|
| ||
Create and configure condition crossings event array.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
