Returns a collection of intervals.
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( IAgDrIntervalCollection ** ppRetVal ); |
[Java] |
---|
public IAgDrIntervalCollection getIntervals(); |
[Python - STK API ] |
---|
@property def Intervals(self) -> "IAgDrIntervalCollection": |