This method is deprecated. Use CreateEventIntervalListFile instead. Create an interval list loaded from specified interval file.
[Visual Basic .NET] |
---|
Public Function CreateEventIntervalListFromFile( _ ByVal Name As String, _ ByVal Description As String, _ ByVal FilePath As String _ ) As |
[C#] |
---|
public IAgCrdnEventIntervalList CreateEventIntervalListFromFile( string Name, string Description, string FilePath ); |
[Managed C++] |
---|
public: IAgCrdnEventIntervalList^ CreateEventIntervalListFromFile( String __gc ^ Name, String __gc ^ Description, String __gc ^ FilePath ); |
[Java] |
---|
public IAgCrdnEventIntervalList createEventIntervalListFromFile( String Name, String Description, String FilePath ); |
[Unmanaged C++] |
---|
public: HRESULT CreateEventIntervalListFromFile( BSTR Name, BSTR Description, BSTR FilePath, IAgCrdnEventIntervalList ** ppRetVal ); |
- Name
- Description
- FilePath
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.