Create an interval using specified start and
stop time instants.
| [Visual Basic .NET] |
|---|
Public Function CreateEventIntervalBetweenTimeInstants( _
ByVal Name As String, _
ByVal Description As String _
) As IAgCrdnEventInterval
|
| [C#] |
|---|
public IAgCrdnEventInterval CreateEventIntervalBetweenTimeInstants(
|
| [Managed C++] |
|---|
public: IAgCrdnEventInterval^ CreateEventIntervalBetweenTimeInstants(
|
| [Java] |
|---|
public IAgCrdnEventInterval createEventIntervalBetweenTimeInstants(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventIntervalBetweenTimeInstants(
|
- 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
event interval between two instants.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Create and configure
event interval between two instants.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||