Create an interval list containing intervals during which specified condition is satisfied.
| [Visual Basic .NET] |
|---|
Public Function CreateEventIntervalListCondition( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnEventIntervalList |
| [C#] |
|---|
public IAgCrdnEventIntervalList CreateEventIntervalListCondition( |
| [Managed C++] |
|---|
public: IAgCrdnEventIntervalList^ CreateEventIntervalListCondition( |
| [Java] |
|---|
public IAgCrdnEventIntervalList createEventIntervalListCondition( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventIntervalListCondition( |
- 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 list condition event interval.
| [C#] | Copy Code | |
|---|---|---|
| ||
Create and configure list condition event interval.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
