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