Creates an event that is either the start or
stop time selected from a reference interval.
| [Visual Basic .NET] |
|---|
Public Function CreateEventStartStopTime( _
ByVal Name As String, _
ByVal Description As String _
) As IAgCrdnEvent
|
| [C#] |
|---|
public IAgCrdnEvent CreateEventStartStopTime(
|
| [Managed C++] |
|---|
public: IAgCrdnEvent^ CreateEventStartStopTime(
|
| [Java] |
|---|
public IAgCrdnEvent createEventStartStopTime(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventStartStopTime(
|
- 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
start stop time event.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Create and configure
start stop time event.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||