Creates an event at fixed offset from specified reference event.
[Visual Basic .NET] |
---|
Public Function CreateEventTimeOffset( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnEvent |
[C#] |
---|
public IAgCrdnEvent CreateEventTimeOffset( |
[Managed C++] |
---|
public: IAgCrdnEvent^ CreateEventTimeOffset( |
[Java] |
---|
public IAgCrdnEvent createEventTimeOffset( |
[Unmanaged C++] |
---|
public: HRESULT CreateEventTimeOffset( |
- 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 fixed time offset event.
[C#] | ![]() | |
---|---|---|
|
Create and configure fixed time offset event.
[Visual Basic .NET] | ![]() | |
---|---|---|
|