A list of 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( IAgCrdnIntervalCollection ** ppRetVal ); |
[Java] |
---|
public IAgCrdnIntervalCollection getIntervals(); |
[Python - STK API ] |
---|
@property def Intervals(self) -> "IAgCrdnIntervalCollection": |