Create an interval list based on specified
interval file.
| [Visual Basic .NET] |
|---|
Public Function CreateEventIntervalListFile( _
ByVal Name As String, _
ByVal Description As String, _
ByVal Filepath As String _
) As IAgCrdnEventIntervalList
|
| [C#] |
|---|
public IAgCrdnEventIntervalList CreateEventIntervalListFile(
|
| [Managed C++] |
|---|
public: IAgCrdnEventIntervalList^ CreateEventIntervalListFile(
|
| [Java] |
|---|
public IAgCrdnEventIntervalList createEventIntervalListFile(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventIntervalListFile(
|
- Name
- Description
- Filepath
- A path to an existing file.
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 list from file.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Create and configure
event interval list from file.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||