AGI STK VGT 11Send comments on this topic.
CreateEventIntervalListFromFile Method (IAgCrdnEventIntervalListFactory)
See Also
Name
Description
FilePath
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 
[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
);

Parameters

Name
Description
FilePath

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.