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.
[Visual Basic .NET] |
---|
Public Function GetIntervals() As System.Array |
[C#] |
---|
public System.Array GetIntervals(); |
[Managed C++] |
---|
public: System::Array GetIntervals(); |
[Unmanaged C++] |
---|
public: HRESULT GetIntervals( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getIntervals(); |