Intervals during which the note is displayed. This property is used if the corresponding value is selected for the NoteVisible property.
Read-only property
[Visual Basic .NET] |
---|
Public Property Intervals() As IAgIntervalCollection |
[C#] |
---|
public IAgIntervalCollection Intervals {get;} |
[Managed C++] |
---|
public: __property IAgIntervalCollection ^ get_Intervals(); |
[Unmanaged C++] |
---|
public: HRESULT get_Intervals( IAgIntervalCollection ** ppVal ); |
[Java] |
---|
public IAgIntervalCollection getIntervals(); |
[Python - STK API ] |
---|
@property def Intervals(self) -> "IAgIntervalCollection": |