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( IAgVeGfxIntervalsCollection ** ppVal ); |
[Java] |
---|
public IAgVeGfxIntervalsCollection getIntervals(); |
[Python - STK API ] |
---|
@property def Intervals(self) -> "IAgVeGfxIntervalsCollection": |