Create an event array by merging times from two other arrays by creating a union of bounding intervals from two constituent arrays.
[Visual Basic .NET] |
---|
Public Function CreateEventArrayMerged( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnEventArray |
[C#] |
---|
public IAgCrdnEventArray CreateEventArrayMerged( |
[Managed C++] |
---|
public: IAgCrdnEventArray^ CreateEventArrayMerged( |
[Java] |
---|
public IAgCrdnEventArray createEventArrayMerged( |
[Unmanaged C++] |
---|
public: HRESULT CreateEventArrayMerged( |
- 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 merged event array.
[C#] | ![]() | |
---|---|---|
|
Create and configure merged event array.
[Visual Basic .NET] | ![]() | |
---|---|---|
|