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