Gets the collection of intervals.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Intervals() As IAgIntervalCollection
|
| [C#] |
|---|
public IAgIntervalCollection Intervals {get;}
|
| [Managed C++] |
|---|
public: __property IAgIntervalCollection^ get_Intervals();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Intervals(
|
| [Java] |
|---|
public IAgIntervalCollection getIntervals();
|