AGI STK VGT 11Send comments on this topic.
CreateEventIntervalListFromFile Method (IAgCrdnEventIntervalListFactory)
See Also 
Name
Description
Filepath
A file path.
Windows






Windows & Linux

Description

This method is deprecated. Use CreateEventIntervalListFile instead. Create an interval list loaded from specified interval file.

Syntax

[Visual Basic .NET]
Public Function CreateEventIntervalListFromFile( _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal Filepath As String _
) As IAgCrdnEventIntervalList
[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 ** ReturnValue
);

Parameters

Name
Description
Filepath
A file path.

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.