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