AGI STK VGT 11 Send comments on this topic.
GetIntervals Method (IAgCrdnEventIntervalListFixed)
See Also 
Windows






Windows & Linux

Description

Get intervals with explicitly specified start and stop times from interval list. The method returns a one-dimensional array which elements are 2-tuples of intervals' start/stop times converted according to the current unit preferences.

Syntax

[Visual Basic .NET]
Public Function GetIntervals() As System.Array

[C#]
public System.Array GetIntervals();

[Managed C++]
public: System::Array GetIntervals();

[Java]
public Object[] getIntervals();

[Unmanaged C++]
public: HRESULT GetIntervals(
SAFEARRAY ** Array
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface